Dick,

"a" is a string not the variable a
either of the following lines will work:

put value (a) & cr & (b)
put value (a) & cr & value (b) into c; put value(c)

But, really, you can just say:

put a & cr & b into c
put c

Pat
[EMAIL PROTECTED]

"a" is a reserved word in Transcript and using it as a variable works haphazardously, some times it does but mostly it doesn't. Not sure if this has anything to do with the reported problem, though, but worth checking.

Robert
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to