Initialize form
FORMINIT [status%=0] [font%=-1]
Initializes a new form. Because only one data area for forms exists, a previously defined form is destroyed with FORMINIT. If status is given, it is used as default status for all elements. font is the text font for all form elements.
|