
September 28th, 2012, 03:46 PM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 10
Time spent in forums: 3 h 36 m 43 sec
Reputation Power: 0
|
|
|
Do I havve to print to the screen?
In scripts that I've used, If I don't print to the screen at one point, I will get an error. If i do put a print in there so it is printing to the screen I get on errors.
My question is do I have to print to the screen or STDOUT? And, if it just has to be STDOUT can I redirect STDOUT to some where else (maybe a file) and print to STDOUT after the redirection and not get an error?
|