Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The size in bytes of a give variable.

See also

len()

Example

Code Block
variable = 12345678
byteSize = GetByteSize(variable)
call Msg(@window, "The bytesize of " : variable : " is " : bytesize)