Linking Fields
Ted Mills
tm1274 at gmail.com
Wed Nov 15 13:31:37 EST 2006
In the example submitted in my last question about linking fields from card
to card:
put fld "thisField" into fld "thatField of cd 2
or
set the text of fld "thatField" of cd 2 to fld "thisField"
In this example data is being placed in a field on cd 2, I would like to go
the other way (data from card 2 to be used on card 1) Would the code below
work or is there a better way?
put fld of cd 2 "thatField" into fld of cd1 "thisField"
or
set the text of cd 1 "thisField" to cd 2 fld "thatField"
Thanks,
Ted
More information about the use-livecode
mailing list