I'm testing AJAX for a new project.
When I import a simple string from a project file and use a Text Box and set TextBox.text to AJAX.LastData, it works fine.
If I use a string variable, and say StringVariable = AJAX.LastData, the string ends up blank.
FYI - When I import the AJAX to the textbox, then make the string equal the textbox.text, it works as well.
So I suppose my questions are:
1. What "variable type" is AJAX.LastData? (Seems like an object of some kind and not a string.)
2. Any way to make this work without the XML Plugin?
Thank you! The C2 community is the best!