Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access characters beyond string (Error 62)
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00330344
Message ID:
00330876
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform