Edit Control
Purpose:
returns the handle of a new edit control
Syntax:
edi = edit(type,x,y,width,height)
edi.methodname where methodname is one of the following
getIndex getByte setByte
rowheight
save load
Comments:
Comments:
When an Edit control is associated with a file, the control will automatically load the file and display it.
Example:
Example:
edi = Edit("US",10,600,-1,400)
edi "load","button.hex"