GETEXTRADATA

Retrieves the extra data values loaded into the lens data editor. The data is placed in one of the vector array variables (either VEC1, VEC2, VEC3, or VEC4).

Syntax:

GETEXTRADATA vector_expression, surface_expression

Discussion:

The data is stored in the specified VECn array variable. For example, if the command GETEXTRADATA 1, 5 is issued, the extra data for surface 5 will be placed in VEC1. The data is stored in the following format, where the first number in each line refers to the array position:

 
0:    The number of extra data values in the vector
1:    The first extra data value
n:    The nth extra data value

See "Extra data" for descriptions of the extra data values.

Next: