Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro and evaluate() fire a error with CR on Literals
Message
De
29/12/2004 15:24:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00973008
Message ID:
00973079
Vues:
16
>>
>>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")
It run on Vp8 and 9 without errors, then the bug is not fixed.

VFPT search a CHR(10) only when a string delimiter exists within string.

It have fixed a bug that do not exists.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform