Search found 1 match
- Tue Jul 15, 2025 8:30 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Global Variable Not Working Between Cards?
- Replies: 6
- Views: 248
Global Variable Not Working Between Cards?
Hi all, 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: global gUserText put field "InputField" into gUserText go to card "Details" Then on Card “Details”: global gUserText ...