Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subscript is outside defined range error help
Message
 
To
07/10/1999 07:59:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00273588
Message ID:
00273791
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform