Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Caution: If you exit a ReadNext loop before exhausting the select list, you must clear the select list using ClearSelect. Otherwise, your results may be unpredictable.

See also

Select...By

Example

Code Block
* Clears all cursors
For counter = 0 To 8
       ClearSelect counter
Next counter