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 Mike Lewis 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: *

  1. beetlejoose

    Door access control with delphi

    If your OS is win95 or win98 then you can get away with reading/writing to the parallel and serial ports directly. In Delphi 1 (16bit) this was simplified by having a port array that you could read/write. Later (32bit) versions dropped this feature so you'd have to find your own way to the IO...
  2. beetlejoose

    Parsing CSV files into individual fields

    The following procedure parses a record from a .csv file and passes back the fields read in the Strings parameter. This works with .csv files exported from Excel etc. Null fields, fields containing comma's and double quotes etc are all parsed correctly. procedure ReadCSVRecord(var CSVFile ...

Part and Inventory Search

Back
Top