Manuals/calci/SOME
Jump to navigation
Jump to search
SOME (Value,Count)
Description
- This function is used to display the given value as mentioned in count.
- In SOME (Value,Count),Value is any real number.
- Count is any positive integer.SOME is function to get the given real number as specified number of times.
- This function will not give any result
1.when the given parameter is non numeric. 2. Count value is non positive integer.
Examples
- SOME(56,9) = 56 56 56 56 56 56 56 56 56
- SOME(-965,3) = -965 -965 -965
- SOME(9/7,12) = 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858 1.2857142857142858
Related Videos
See Also
References