NewsArchive
04-14-2011, 12:49 AM
Way back when, I was trying to use # characters in a string, and had to
build the string on piece at a time because # is a reserved character. You
fixed this somehow, but I cannot find the thread where you told me what to
do.
So, can you tell me again?
old message was something like:
I need:
Set Variable %MyVar% to "ABC#DEF#GHI"
To do this, I have to do:
Set Variable %MyVar% to "ABC#"
Set Variable %MyVar% to "DEF#" [Append Value]
Set Variable %MyVar% to "GHI" [Append Value]
Glenn Paschal
build the string on piece at a time because # is a reserved character. You
fixed this somehow, but I cannot find the thread where you told me what to
do.
So, can you tell me again?
old message was something like:
I need:
Set Variable %MyVar% to "ABC#DEF#GHI"
To do this, I have to do:
Set Variable %MyVar% to "ABC#"
Set Variable %MyVar% to "DEF#" [Append Value]
Set Variable %MyVar% to "GHI" [Append Value]
Glenn Paschal