Reverse
|
Miscellaneous functions |
SYNTAX | Reverse( array, first = 0, last = -1 ) |
RETURNS | |
FUNCTION | Returns a new array with the order of the elements in specified range reversed. The range is specified by first and last arguments. If last is not specified or negative then AmiBroker will use BarCount - 1. |
EXAMPLE | Filter = 1; |
SEE ALSO | Sort() function |
The Reverse function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.