Thanks to all who replied, and for the shorthand list (which I have 
seen before but didn't think I really needed it, but now understand 
its usefulness!).

I don't suppose there is also a "quirk" around using CALL to call a 
sub or just calling the same by name?

I would almost swear that I noticed different behavior between

CALL mysub

and

mysub

It seemed like using CALL ensured the execution picked up after the 
call instruction (after the called routine exectuted), where just 
using the sub name executed the sub but didn't return to the spot the 
call was made.

[C]




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 


'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [EMAIL PROTECTED]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to