Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro and evaluate() fire a error with CR on Literals
Message
 
 
À
29/12/2004 13:47:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00973008
Message ID:
00973037
Vues:
17
>
>This is not true:
>
>run on VFP8:
>
>? LEN(EVALUATE("[1"+CHR(13)+"2]")) && NO ERROR AND 2 is not ignored
>? LEN(EVALUATE("[1"+CHR(10)+"2]")) && FIRE ERROR
>
>
>I use CHR(13) on 3000 evaluated scripts without problems on VFP8!
>

Try
? EVALUATE("3+5" + CHR(13) + "+2")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform