Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetByteSize Function ====== ==== Description ==== Returns the size in bytes of a given variable. ==== Syntax ==== byteSize = GetByteSize(expression) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |expression|Any legal BASIC+ expression.| |||| ==== Returns ==== The size in bytes of a give variable. ==== See Also ==== [[len|len()]] ==== Example ==== <code> variable = 12345678 byteSize = GetByteSize(variable) call Msg(@window, "The bytesize of " : variable : " is " : bytesize) </code> guides/programming/programmers_reference_manual/getbytesize.txt Last modified: 2024/06/19 20:20by 127.0.0.1