Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: testdev
  • Content: Threads
  • Order by date
  1. testdev

    Trying to understand Scan ... EndScan

    There is a table wdata where one field is simply called i I am trying to understand what the following snippet of code is doing. public it7, it6, it5, it4, it3, it2, it1 scan it7 = it6 it6 = it5 it5 = it4 it4 = it3 it3 = it2 it2 = it1 it1 = i if (it4 >= it3)...

Part and Inventory Search

Back
Top