1
edit
Changes
→Methods
void draw(int fn = C_NO_FRAME) ;
</syntaxhighlight></big>
#Draws the Label with fn(Note if this step does not work then try using console.display function with absRow() and absCol())
#If _selected is true, it surrounds the Label Text the _format[0] and _format[1]
#If _selected if false, it surrounds the Label with SPACEs (overwrites _format[0] and _format[1])
</syntaxhighlight></big>
Returns the text of Label
==CText==
CText is a CField to edit a multiline text.<br />