delarrayentry
delarrayentry |
Purpose
Delete a given entry from a named array
Synopsis
procedure xreflect~delarrayentry(entityname:string,indices:list of xreflect~basicvalue)
Arguments
entityname
|
The name of the public entity to access
|
indices
|
A list containing one value for each index set of the given array
|
Further information
1. If the array does not contain an entry for the given indices, this subroutine will do nothing.
2. If the specified entity name cannot be found, the model will terminate with a runtime error.
3. If the specified entity is not an array, the model will terminate with a runtime error.
4. If the supplied indices list does not contain one basicvalue of the correct type for each index set of the array, the model will terminate with a runtime error.
5. The array index set contents will not be modified by this function
Related topics