GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

<handle> get ?-dimensions? <name1> ?<name2> ...?
Returns a list of all named datasets. Every element of the list is either a intarray, floatarray, doublearray or list of strings, or a list of compound types. The typical use can be:
lassign [handle get name1 name2] value1 value2
if -dimensions flag is specified then the sizes of the arrary on each dimension are returned instead the data.

  • No labels