Erase Global Data Item

This command will erase the Global Data Item named.

Parameters

  • Name of the item - The name of the item as text (e.g. “Var1”). Trailing wild cards are supported (e.g. “Var*”) where all matching GDIs are erased without error messages for those that cannot be erased.

Comments

This can be called at any time. This command could be useful for deleting temporary variables that were created to hold information, for example, when an item was assembled.

Example

  Erase Global Data Item var_index_number

This will erase the variable called “var_index_number” from the simulation.

You can find a simulation example featuring this command here: Create_Erase_Global_Data_Item.s8

See Also