Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable table name question
Message
De
13/09/2012 19:58:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Variable table name question
Divers
Thread ID:
01552898
Message ID:
01552898
Vues:
87
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform