StaticSize

(Engine-Level Function)

Description: If the variable provided in the parameter is static, this will return the size of that variable.
Returns: Numeric
Usage: Script Only.
Function Groups: Variable Functions
Related to:
Format: StaticSize(Var)
Parameters:  
Var
Required. Any variable to test.
Comments: If the variable is not static, this function will return Invalid.

Examples:

varSize = StaticSize(myVar);