Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable table name question
Message
From
13/09/2012 19:58:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Variable table name question
Miscellaneous
Thread ID:
01552898
Message ID:
01552898
Views:
86
IF DOW(DATE()) = 2
m.TableToUse = "monday"
USE(m.TableToUse) IN 2
ENDIF
* Above works fine
* Below is not creating m.TableToSave
m.TableToSave = m.TableToUse + "addedtext" && This is working okay

* What have I missed in the 'COPY TO' line below to prevent it from working?

COPY TO m.TableToSave fields one, two
I ain't skeert of nuttin eh?
Yikes! What was that?
Next
Reply
Map
View

Click here to load this message in the networking platform