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!

Search results for query: *

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

    Simple String Problem

    Hello! I've ran into a rather small problem that I can't solve. I get an error when I try to see if my string = to ' '? At first I had: ------------ tmpPos : string; tmpSize : string; .. if (tmpPos = ' ' or tmpSize = ' ' ) then .. .. end; ----------- however, the above doesn't work.. I get the...
  2. Jamesis

    File Read+Write

    I’m trying to write to a single line in a ASCII text file and apparently writeln() only works to append to a file. What should I use to be able to write to a single line in a text file?? i.e Without opening up the entire file and rewriting it. Can I even do this? Any help would be appreciated.

Part and Inventory Search

Back
Top