.
                      SCRIPTING IDEA
                      ==============
.
Okay, as things stand right now, it's somewhat of a limitation
 that you have to use a FUNCtion to set or read an object
 varb's contents.
My idea, is to set up a limited scripting language engine.
. 
At first, it would only have 2 commands:
.
ret$ = T$ "button001.text=SomeTextHere ;"
ret$ = T$ "button1.text;"
.
The 1st command, would obviously be to SET an object varb
The 2nd command, would obviously be to READ the contents
.
It's (another) limitation to still have to use FUNCtions;
 but I thought the name being only T$, and just feeding it an
 easily read and understood string, would be closer to what
 people used to using *koff*koff* "other software" will
 expect.
.
I will probably implement and try this, likely before anyone
 reads this.
.
