Manuals/calci/GENERATENEGATIVEINTEGER
Jump to navigation
Jump to search
GENERATENEGATIVEINTEGER(Range, HowMany)
- is the range between which numbers are displayed.
- is the count as how many numbers are to be displayed.
Description
- This function displays negative integer values within the specified range.
- Range limit is from positive value specified to negative value. But only negative integer values are displayed using this function.
Examples
- GENERATENEGATIVEINTEGER(10,4) = -1 -6 -2 -1
- GENERATENEGATIVEINTEGER(100,6) = -45 -57 -89 -11 -61 -2
- GENERATENEGATIVEINTEGER(-5,3) = -1 -2 -3
Related Videos
See Also
References