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 strongm 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: IsmAvatar
  • Content: Threads
  • Order by date
  1. IsmAvatar

    Variables acting weird

    Hey, I seem to run into a problem with variables every now and then. Generally, when I run a loop and read from a file, I *might* get a problem. The snippit of code I've narrowed it down to is below: for l := 1 to 9 do begin write(l,' '); blockread(f,bi,4); //bug here end; whereas l and bi...

Part and Inventory Search

Back
Top