GetByteSize Function

Returns the size in bytes of a given variable.

byteSize = GetByteSize(expression)

The function has the following parameters:

ParameterDescription
expressionAny legal BASIC+ expression.

The size in bytes of a give variable.

variable = 12345678

byteSize = GetByteSize(variable)

call Msg(@window, "The bytesize of " : variable : " is " : bytesize)
  • guides/programming/programmers_reference_manual/getbytesize.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1