Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set command and arrays
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00124046
Message ID:
00124185
Views:
22
>But the problem is I don't want to get around it and I'm tyring to figure out what is causing it!!
>
>The app that I am referring to does a lot with a Rich Text Box. Could the commands I use here SELSTART and SEllength be a possible cause?

Sandy,

Arrays in Visual FoxPro are dynamically redimensioned. When the array exist the contents are left alone by a dimension command and the array is resixed according toi the dime statement. Existing values are not changed. If you want the array empty after the dimension then you must empty it with arrayname = .F..
Previous
Reply
Map
View

Click here to load this message in the networking platform