B
Brian Purcell
In looking at various VB examples for Access, I've noticed two ways to
call the Shell function:
Call Shell("command...")
- or-
Variable = Shell("command...")
Which way works better? And why would you want to use a variable as
the mechanism to invoke Shell?
(I'm still a bit of a newbie at VB, so please forgive me if my
question is silly. <grin>)
--Brian
call the Shell function:
Call Shell("command...")
- or-
Variable = Shell("command...")
Which way works better? And why would you want to use a variable as
the mechanism to invoke Shell?
(I'm still a bit of a newbie at VB, so please forgive me if my
question is silly. <grin>)
--Brian