OMG I love this program!!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
OMG I love this program!!
I am moving along 10 times faster then i would be if I were using Borland C++ Builder. However there is still one thing i need to know to solve one of my problems. How can I call a value from a field on a different card?
-
- VIP Livecode Opensource Backer
- Posts: 10050
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
for that you'll have to write an external in a lower-level language like C++. 
But seriously, just include the card reference in the field reference:
get fld 1 of cd 2

But seriously, just include the card reference in the field reference:
get fld 1 of cd 2
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn