CompuServe Messages

#C-hunks?

    11-Aug-94 16:15:21
Sb: #C-hunks?
Fm: Supra Corp 76004,565
To: all
help. here's what I have.. I have a 300 k ascii file that I need to put in a string (one, BIG string) I don't want to have it in the code of the main program (takes forever to scroll through it all) so I wanted to have it in a separte file (hunk or otherwise) and link it to the program during compiling..I have tried using MCS (make C string) and bin2hk (both from the libs here) but can't get it to work correctly.. any and all help appreciated, Alex — it's been a long time since for i=1 to 10 print i next i