I’m new to LiveCode and trying to pass a value from one card to another using a global variable, but it’s not working as expected.
On Card “Home,” I set the global like this:
Code: Select all
global gUserText
put field "InputField" into gUserText
go to card "Details"
Code: Select all
global gUserText
put gUserText into field "DisplayField"
Thanks for any help!
Lucas