Shell in FBV017b 1 May, 2007
Shell in FBV017b 1 May, 2007
Shell command does not work inside a Sub or a Sub within a Sub. The program compiles ok but nothing shows on the screen.
Shell in FBV017b 1 May, 2007
Drv,
Thank you for your help. I found it to be my Color statement as I was
using it.
Cls: Color White, White: Cls: Color Black, White.
I changed it to:
Cls
Color White, White
Cls
Color Black, White.
Shell worked ok after I did this. To be sure I put it back to the original
color statement and I was able to duplicate the problem.
Shell ("dir *.bas")
Again thank you for your help. If i can be of any help in the future let
me know.
Vince McCarthy
Thank you for your help. I found it to be my Color statement as I was
using it.
Cls: Color White, White: Cls: Color Black, White.
I changed it to:
Cls
Color White, White
Cls
Color Black, White.
Shell worked ok after I did this. To be sure I put it back to the original
color statement and I was able to duplicate the problem.
Shell ("dir *.bas")
Again thank you for your help. If i can be of any help in the future let
me know.
Vince McCarthy