Hey there guys,
I just downloaded SilverFrost and have been playing around with it only for a short time now.. I was pointed to it in my search for finding a way to printing my Fortran 95 output to a local laserjet printer as opposed to the terminal/screen/file.
I found two small discussions on the subject on this board already, but nothing that really gave me much information (as I have ZERO programming knowledge outside of Fortran 95).
However, I found a short blurb of code in the help section of Plato with the following code:
WINAPP
INTEGER i,winio@
EXTERNAL test
i=winio@('%sc','HTML_PRINTER_OPEN',7,test)
END
INTEGER FUNCTION test()
WRITE(7,*)
WRITE(7,*) '0123456789'
WRITE(7,*)
CLOSE(7)
test=2
END
Is there a way of changing the font size and such?
Perhaps even the best thing that I could learn to do is how to send a FILE to the printer.. I could very easily print my output to a file then create some code to print that file..
Like I said, I have NO experience with coding other than Fortran 95 so things like WINAPP, Clearwin, and things of that nature are totally foreign to me.. I'm not even 100% sure how this code is accessing the printer dialog box.
[size=18:c1113659e8]ANY help would be appreciated!! [/size:c1113659e8] Thanks!
Mat
