Wed, 18 Jun 1902 08:00:00 GMT
non text files in pascal
QuoteBen Kelley wrote: > I have a question. Whenever I create a record file in pascal, I dont seem > to be able to read it in a text editor. I get garbage. Any ideas? For > example.... > GymType = record of > Name : Text; > Locker : Integer; > Age : Integer; > end; > FileType = File of GymType; > Okay, now I run this program and store values in the file. Then when I > exit the program and look at the file created, I see garble dee gook. How > can I create a non text file, that is read by a program?? > -tia Ben
TEXT editor..any key words.... TEXT....to a text file you must write chars... you must give the corresponding integer a char so that you may write it. ]] Jason Chahal [[ JESUS <>< rules...
|