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 bkrike 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 analyzergeek

  1. analyzergeek

    Compiler Error: Subscript out of range?

    I figured out the problem. In the ReDim declarations I had set the upper limit too low. I needed to calculate 14 results in a table and I had set the ReDim declaration from (1 To 14). For some reason the setup parameter box on the editor/compiler would not take the integer 14 in the iarg0 box...
  2. analyzergeek

    Compiler Error: Subscript out of range?

    I'm not a professional programmer, however, I've been tasked with writing 3 small programs for an on-stream gas chromatograph using something the analyzer vendor calls MaxBasic, which is a subset of Visual Basic 3.0. After extracting data from two tables in a database as SnapShots, and decalring...

Part and Inventory Search

Back
Top