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 derfloh 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 sheri100

  1. sheri100

    Loop thru 3 colunms of a file, stop, then restart at 4th column

    This is what I need help with... for ( i = 0; i<=9; i++) - i loops thru the columns in my application table data and my .tsv file numRow loops thru the rows in my application table data and my .tsv file test.compare(compare, data); compares the table data in my application to the data in my...
  2. sheri100

    Loop thru 3 colunms of a file, stop, then restart at 4th column

    I have test scripts (mostly Javascript) that reads the first row of a .tsv file to set parameters in my application. These parameters determine the data to be displayed within the application. I have a second .tsv file that contains the same data as the table in my application. I then compare...

Part and Inventory Search

Back
Top