If you're trying to store the name of a procedure into a string, and then execute that procedure by calling that string, well that's not quite possible.mestnyi wrote:...string variable to read the name of the function and execute itCode: Select all
st$ = "suma2(3,5)" Debug st$
Using Chr() With Val()
Re: Using Chr() With Val()
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel 
Re: Using Chr() With Val()
It's not exactly the
Code: Select all
st$ = "OpenWindow(1, 0, 0, 600, 400, "+Chr(34)+"Window"+Chr(34)+")"
