Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subscript is outside defined range error help
Message
 
À
07/10/1999 07:59:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00273588
Message ID:
00273791
Vues:
20
Virusim,

Look for a SUBSTR() function call that has the length or start point defined outside the actual length of the string. The error message is affected by the Talk setting.
lcVar = "ABC"
SET TALK ON
? SUBSTR(lcVar,1,4) && No error
? SUBSTR(lcVar,4,1) && Error

SET TALK OFF
? SUBSTR(lcVar,1,4) && Error
? SUBSTR(lcVar,4,1) && Error
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform