PDA

View Full Version : control get text question



sandyrepope
21-06-2007, 20:08
When control get text is used on a textbox, does all the text in the textbox get sent to the varable?

Thanks
Sandy

ErosOlmi
21-06-2007, 22:04
As far as I can think yes.
thinBasic uses dynamic OLE32 strings. They can be up to 2Gb in size and contain any kind of bytes, not only ascii codes.

Of course there can be bugs so if you have an example not working, let me know and I will check immediatelly.

Ciao
Eros