PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Others > size
size

Format:

integer= size (any);

Return the size of the argument in bytes. If the argument is text, then will return the length of the text.

If the argument is reference to a variable, then the function will return the size of the variable in memory. In case the variable is text, its length will be returned, and if the variable is an array, the sum of all its elements will be returned.