Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EVALUATE() function
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00388367
Message ID:
00388448
Vues:
10
>Ben,
>
>You'll need the MS Script control on a form to evaulate non-compiled code. VB compiles many things to native code for speed (by default).
>(Hey, no arguments, it does.) VFP has the advantage of interpreting every line and run time, so macro subst. isn't a big deal to VFP.
>Add the MS script control to a form and the code below can be used:
>
> With ScriptControl1
> .Language = "VBScript"
> MsgBox "2+3 = " & .Eval("2+3")
> End With
>
>HTH,
>Ed
>

Thanks. I'll give it a try.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform