store "bobtest" to testme
store "this is a test" to &testme.01

In Foxpro this would actually create a variable named bobtest01 and put "this is a test" into it. Macro Substitution will substitute a variable for it's value at runtime. There is no one liner I know of that could reproduce this behavior in Revolution. Like I said I will have to code around it instead of being able to programatically recode the one statement.

Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM

On Oct 9, 2006, at 6:25 PM, Mark Wieder wrote:

It seems to me that your problem is not with macro substitutions but
with operators. Trying

    put "/sbt/apdata1/apmast" into m0apmast
    put "02" into m0company
    put m0apmast & m0company


_______________________________________________
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