Board index » delphi » HELP HELP HELP.........PLEASE!!!!!!!
magicpatel
![]() Delphi Developer |
Tue, 18 Feb 2003 07:37:50 GMT
HELP HELP HELP.........PLEASE!!!!!!!
Hi,
Ok.... i want to write simple lines of text to a file and then call it again even The text will be directory paths like: 'c:\my documents\' I can get the program to create and write into the file, and i think its Heres what i've got so far: ~~~~~~~~~~~~~~~~ implementation {$R *.DFM} var procedure cast_string; var begin procedure TForm1.FileListBox1Click(Sender: TObject); procedure TForm1.Button1Click(Sender: TObject); procedure TForm1.FormCreate(Sender: TObject); procedure TForm1.Button4Click(Sender: TObject); procedure TForm1.Button5Click(Sender: TObject); begin {ReadString1 := TFileStream.Create('file1.txt', fmOpenRead); end; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ The procedure just above is where im having the problems.... I think! Could u please help? Thanks again, Very much appreciated!! kiran. |