Description: This function 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
Format: PersistentSize(Variable)
Parameters: Variable { Variable } { required } { no default: }
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.
See Also:
AddVariable | ChangePersistentSize | FindVariable | MakeNonPersistent | MakePersistent