MMBasic for Windows - betas


Author Message
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1636
Posted: 06:13am 19 Jan 2024      

Is this what you want?

  The GUI Manual said  The memory required by the GUI controls must be allocated by using the command OPTION
MAXCTRLS n. Typically you would use the command: OPTION MAXCTRLS 100
This will set the maximum number of controls that you can define to 100. This option is permanent (ie,
it will be remembered on power down). By default the maximum number of controls is set to zero, in
this case the GUI features are not available and no memory will be used


Bill