M
[email protected]
Guest
It seems to me that I was able to do this in the past, but I absolutely don't seem to be able to do it now. All I want to do is to add a blank to an existing string, ("Set" variable), front end, back end, even in the middle, I don't care because I can just adjust the surrounding code to fit. Here are some examples (from my last few attempts) that can be done right at the command line:
[Z:\]Set ABC="ABC"
[Z:\]Set Blank=" "
[Z:\]Echo "%@UnQuote[%ABC]%@UnQuote[%Blank]"
"ABC"
[Z:\]Echo "%@UnQuote[%Blank]%@UnQuote[%ABC]"
"ABC"
[Z:\]Echo "%@UnQuote[%ABC]%@UnQuote[%Blank]%@UnQuote[%ABC]"
"ABCABC"
Any suggestions?
TCC 10.00.57 Windows Vista [Version 6.0.6001]
[Z:\]Set ABC="ABC"
[Z:\]Set Blank=" "
[Z:\]Echo "%@UnQuote[%ABC]%@UnQuote[%Blank]"
"ABC"
[Z:\]Echo "%@UnQuote[%Blank]%@UnQuote[%ABC]"
"ABC"
[Z:\]Echo "%@UnQuote[%ABC]%@UnQuote[%Blank]%@UnQuote[%ABC]"
"ABCABC"
Any suggestions?
TCC 10.00.57 Windows Vista [Version 6.0.6001]