Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a Y2K problem?
Message
 
To
03/01/2000 11:31:11
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00311693
Message ID:
00311945
Views:
22
John,

Your problem is with teh call to SYS(2015) which until today returned a stoirng beginning qwith a letter and now is returning a stirng beginning with a digit (which is illegal as an index file name). Try to prepend your sys(2015) with a letter as in;

lcIndexname = "Tmp"+SYS(2015)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform