Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASCAN problem with large arrays
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ASCAN problem with large arrays
Miscellaneous
Thread ID:
00457224
Message ID:
00457224
Views:
70
We have an array used for listboxes with a built-in search function. The search function now gets stuck in an endless loop when the start position of ASCAN is above 32,768 (which happens to be 2 to the power of 15).

If I do...
ASCAN(myArray,'myString',34,000)
ASCAN() is actually starting at 32,768, which doesn't help me if I'm trying to get past 34,000.

Has anyone had similar probelms with ASCAN or any other array function when dealing with large arrays or maybe a work around.

Thanks Doug
Next
Reply
Map
View

Click here to load this message in the networking platform