![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Newbie
Join Date: Feb 2005
Posts: 15
Rep Power: 0
![]() |
Okay, now i'm onto the adding records and this is my code:
procedure TForm1.Button2Click(Sender: TObject); begin AssignFile(carfile, 'car.dat'); BlockWrite(carfile, car.RegNum, 7); BlockWrite(carfile, car.Company, 20); BlockWrite(carfile, car.TyreType, 10); end; Pretty simple stuff, but i get this error when i try and execute the procedure: Project Project1.exe raised exception class EInOutError with message 'I/O error 103'. Process stopped. Use step of run to continue. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|