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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by testdev

  1. testdev

    Trying to understand Scan ... EndScan

    Basically the table contains a field named i and another column named w. Yeah, no thought given to appropriate names. Anyhow, the more I ponder it, the more I have come to realize that it7, it6, it5, it4, it3, it2, it1 is a queue where the newest value of i is stuffed in it1. It is being used...
  2. testdev

    Trying to understand Scan ... EndScan

    Appreciate the help. Now I can go ahead and try to re-write it in VB.NET
  3. 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