[Gambas-user] string to object coercion?

Mail List cmlst at ...546...
Fri Jul 30 19:25:41 CEST 2004


I have a text box name "textbox1"
I would like to print the text in textbox1

I would like to code the following:

a = "textbox1"

print a.text


any help on how I can make this happen?

print Object(a.text)

doesn't work but would seem logical to me.

TIA





More information about the User mailing list