PersistentSize

(Engine-Level Function)

Description: Returns the size in bytes of a variable's persistent value size in the persistent value (.VAL) file.
Warning: This function should be used by advanced users only.
Returns: Numeric
Usage: Script or steady state.
Function Groups: Compilation and On-Line Modifications,  Variable
Related to: AddVariable | FindVariable | MakeNonPersistent | MakePersistent
Format: PersistentSize(Variable)
Parameters:  
Variable
Required. Any expression for the variable value. This value is usually returned from a call to AddVariable or FindVariable.
Comments: If Variable is not a persistent variable the function will return invalid.