Unhandled Exception TextAreaText()?

BlitzMax Forums/BlitzMax Beginners Area/Unhandled Exception TextAreaText()?

WinterKnight(Posted 2006) [#1]
Hiya.

I've been trying to make a simple XML-RPC client for use with a certain system I am a user at, but I keep encountering a "Unhandled Memory Exception Error" when I try to compile.

This seems to happen whenever I attempt to use TextAreaText() on any of the TextField gadgets.

I attempted to put default values in the fields, but that did not solve the problem. Does anyone here have an idea what am I doing wrong?

Code follows:




fredborg(Posted 2006) [#2]
You need to use TextFieldText.

TextAreaText is for TextArea gadgets.


WinterKnight(Posted 2006) [#3]
Ahh thank you, that fixed it. :)