Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memory Variables
Message
 
 
À
27/06/2002 15:25:50
Todd Brown
Teachers Credit Union
Granger, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00673042
Message ID:
00673050
Vues:
18
>I have a program that pulls information in from the header portion of different text files. I want to store the parameters in a dbf file and recall them as I need to as opposed to hard coding them into the program in a case statement.
> This is stored in a field called start CTOD(SUBSTR(AP,56,8)).
>
>When I set MVStart = Start all I get is the text CTOD(SUBSTR(AP,56,8))
>
>Thanks
>Todd

Use Evaluate() function
MVStart = EVALUATE(mytable.Start )
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform