Menu Text
From Wiki
Menu
Synopsis
menu Text {name} {x} {y} {text}
Description
The menu Text command creates a label at the specified position in the EasyUO menu window.
Example
; This will create a text line named text_1 at position 10 20 ; with the words Read me! ; Note that when refering to this field later in the script ; you will reference the NAME and not the displayed TEXT. menu Text text_1 10 20 Read me!
See Also
Main_Page | Documentation |