Hi,
This is a quick (and probably stupid) question but if I have two consts string how can I build the next const from the previous const i.e.
Const PATH_SRC = "some path\"
Const PATH_SRC_FILES = PATH_SRC & "files\"
I know you may say a const is a const but looking for a quick solution. This is being performed in a vbs script.
Thanks