labelText
layout labelText string "any_string_or_pattern"
Description
Specifies the label text or the pattern to use for generating label names in Manual mode.
If no text is specified, the command does not proceed and prompts you to specify a label text.
GUI Equivalent
Examples
envGetVal("layout" "labelText")
envSetVal("layout" "labelText" 'string "A<0:3> A<<0:3>> A<1:4>-B<0:1> A<0:6:2>")
Related Topics
Return to top