Kevin Huber wrote:
Am I correct in assuming that the Print command in the Immed script is a mithod of an object?
You are not.
If so, what is the name of that object and where does it come from?
It's a sub in immed.vbs. Because all immed does is ExecuteGlobal whatever you typed, your code has access to anything that's defined in the global context inside Immed, which includes subs like Print and Outline (documented, by the way, in immed's help window.)
Interestingly, ActiveWindow and FocusedWindow are also defined in immed.vbs; that's how we override their values to show you what were the active and focused window before you popped up immed's dialog.
