Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing Code From A Memo Field?
Message
De
19/03/1998 15:58:29
 
 
À
19/03/1998 15:55:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00085742
Message ID:
00085796
Vues:
28
>>>Michael,
>>>
>>>>Hmm..that was too easy. Why didn't I think of that? Sometimes I wonder if I'm not going through premature senility.
>>>
>>>That method will work, but only if you are running within VFP - a distributed executable doesn't have access to the compiler so cannot compile and run a prg file.
>>>
>>>If you want to re-distibute you could look for something called CodeBlock (which may be in the library here).
>>
>>If the code in his memo filed is a one liner, he could get the contents into a memvar and use either &Memvar or EVAL() to execute the one line of code..
>
>If it's multi-line memo then you can go through the loop:
>
>for n=1 to memlines(memofield)
> cCommand=mline(memofield,n)
> &cCommand.
>endfor
>

Good point Ed... Hadn't thought of that..
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform