OMG I love this program!!

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

OMG I love this program!!

Post by magice » Sun Mar 22, 2009 3:02 am

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?

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10050
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Post by FourthWorld » Sun Mar 22, 2009 3:15 am

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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Post by magice » Sun Mar 22, 2009 9:22 am

Wow...That's just too easy.

Things like that make me feel dirty using this program....like i'm cheating

Thanx

Post Reply