Hi Mark,

If a variable (myVar) holds a chunk expression like:

line 1 to  35 of field 2

how do I make the _value_ of that variable part of a line of code as in:

Put myVar into field 1 of cd 1

What it does with this syntax is simple put the contents of the variable into field 1 of cd 1. I want it to put the text of line 1 to 35 of field 2 into field 1 of cd 1.

you almost answered your question by yourself ;-)

...
put value(myVar) into field 1 of cd 1
...

Thanks
Mark

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to