: when i use FOR NEXT loops then i allmost every time get an error and qb suggesting me to use a dynamic array : what is that??? : : If you are using QB4.5 or older, a dynamic array is an array that is allocated in run-time, not in compile-time. To declare arrays as dynamics, just include the following line (including apostrophe)
Comments
: what is that???
:
:
If you are using QB4.5 or older, a dynamic array is an array that is allocated in run-time, not in compile-time. To declare arrays as dynamics, just include the following line (including apostrophe)
'$DYNAMIC