Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot access characters beyond string (Error 62)
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00330344
Message ID:
00330876
Vues:
13
Nadya,

>>>It works fine, if I comment:
>>>*!* set talk on

Somewhere in your macro expansion you are attempting to use substr() past the end of string:

x = "abc"
? substr( x, 55, 5 )

The current setting of TALK controls whether or not an error is thrown of if VFP just ignores your mistake.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform