field information bails out on card 2

Paul Salyers ps1 at softseven.org
Fri Mar 18 17:20:23 EST 2005


   Dear Rev Programmers,

I have the following line in a on openCard line. it places the version 
number on card 1 ok, no problem.

   --put item 5 of line 1 of tData into field "L1"

For card 2 I placed the above line in on openCard but the version does not 
come up. I also trues to use different versions of the below line. Still no go.

put field L1 into field "L1"
put field "L1" into field "L1"
put L1 into field "L1"
put "L1" into field "L1"

Both cards have a field L1

How do I get the field1 of card 2 to show up?

Also I have seen the term:

into field

and

after field

Does "into" replace the current data and "after" adds data?


Paul Salyers
PS1 - Senior Rep.
PS1 at softseven.org
Http://ps1.SoftSeven.org  




More information about the use-livecode mailing list