This is a quick (and probably stupid) question, but if I have two lines of consts, how can I build the next const from the previous const ie
Const PATH_SRC = "some path\"
Const PATH_SRC_FILES = PATH_SRC & "files\"
I know you can say that const is a constant, but is looking for a quick solution. This is executed in a vbs script.
thank
source
share