- Oct
- 358
- 2
Hello --
this code is not working as I expected it wot work ... I want the subroutine out just to echo
the entire argument as text -- what did I miss?
Thanks
fpe
@echo on
set item=foo bar
set qitem=%@quote["%item"]
gosub out "This is a test %qitem"
quit
:out [ text ]
echo %text
return
this code is not working as I expected it wot work ... I want the subroutine out just to echo
the entire argument as text -- what did I miss?
Thanks
fpe
@echo on
set item=foo bar
set qitem=%@quote["%item"]
gosub out "This is a test %qitem"
quit
:out [ text ]
echo %text
return