Page 1 of 1
OMG I love this program!!
Posted: Sun Mar 22, 2009 3:02 am
by magice
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?
Posted: Sun Mar 22, 2009 3:15 am
by FourthWorld
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
Posted: Sun Mar 22, 2009 9:22 am
by magice
Wow...That's just too easy.
Things like that make me feel dirty using this program....like i'm cheating
Thanx