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.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org



_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to