Alas, another Nubie problem:
I come from a Mac FB environment, attracted by PBCC's execution speeds and rich command selection. I would like to be able to save the console (page 1) as a text file that could then be read and printed from any of the word processing programs that do .txt files. I have mined these forums but I don't find much help - at least that I can grasp at this point. I can imagine it by doing parallel Print and file commands - or by somehow storing console lines in an array to be read into a file for output, but these seem more devious than PB's developers must have intended. Is there a simple way to do this that I'm overlooking? Thanks for any help - especially pointers to code.
I come from a Mac FB environment, attracted by PBCC's execution speeds and rich command selection. I would like to be able to save the console (page 1) as a text file that could then be read and printed from any of the word processing programs that do .txt files. I have mined these forums but I don't find much help - at least that I can grasp at this point. I can imagine it by doing parallel Print and file commands - or by somehow storing console lines in an array to be read into a file for output, but these seem more devious than PB's developers must have intended. Is there a simple way to do this that I'm overlooking? Thanks for any help - especially pointers to code.
Comment