.WIDGET SET INTO MWDGT
This subroutine copies the current --- WIDGET file to a memory file.
Usage:
GOSUB --- .WIDGET SET INTO MWDGT
* Check for errors
IF --- .WIDGET SET INTO MWDGT NE
Description:
This subroutine copies the current --- WIDGET file to a memory file. There are no parameters.
This can be useful if you want to copy widgets from one image to another. You can use this to copy the widgets into a memory file (Related), then use
.WIDGET SET FROM MWDGT to copy them into the other image.
This can be used in any event point that has widgets.
Note that every time you call this, the previous contents of the memory file will be replaced.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-07