Hand_Label$ Function

Acquires the label set for the hand.

Syntax
Hand_Label$( Hand Number)

Parameters
Hand Number Specify the number 1 to 15 of the hand to operate.

Return Values
The label set for the hand (character string)

Description
This function displays the hand label specified in the Configure Robot Hand screen. If a label has not been assigned, this will appear “ “ (blank).

See Also
Hand_Number Function

Hand_Label$ Function Example

Print Hand_Label$(1)		' Display the hand 1 label