is there a way to clear the command line arguement that is stored in Command$?
i've tried
Command$ = Null
Command$ = ""
i get this error "Function call on left side of assignment must return Variant or Object"
Set Command$ = Nothing
i get this error "Invalid use of Property
i've tried
Command$ = Null
Command$ = ""
i get this error "Function call on left side of assignment must return Variant or Object"
Set Command$ = Nothing
i get this error "Invalid use of Property