On Feb 20, 2007, at 8:52 PM, MB Software Solutions wrote: > So.....you use 'print' and just direct it to a certain > window...your own > "debugout" kind of window? If not, the first thought of many would be > that it's the same as doing a ? or ?? (and who wants that? <g>).
'print' outputs to sys.stdout, which defaults to the terminal window that launched the session. You can certainly re-direct it to just about anything, including another window, a file-like object, etc. -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.