delarray
delarray |
Purpose
Delete all entries from the a named array
Synopsis
procedure xreflect~delarray( entityname:string )
Argument
entityname
|
The name of the public entity to access
|
Further information
1. If the specified entity name cannot be found, the model will terminate with a runtime error.
2. If the specified entity is not an array, the model will terminate with a runtime error.
Related topics