Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute Macro Code?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00497489
Message ID:
00497508
Vues:
10
>I have a full function in a table memo field, something like this:
>
>Parameters cNone
>? " one "
>? " two "
>? " three "
>cRetVal = "123"
>Return cRetVal
>
>
>The code below is method code in a COM object. This code isn't working - help why not?
>
>.....
>cFullMethod = Table.Memofield
>cValue = &cFullMethod
>
>
>I also tried
>
>....
>cFullMethod = Table.Memofield
>Do cFullMethod with "nothing"
>
>
>Help?

Might something like this work in your environment?
=StrToFile(Table.MemoField,"myFunc.prg")
? myfunc('nothing')
dele file myfunc.prg
dele file myfunc.fxp
Hope so........Rich
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform