Hi
How do a delimit a sting containg the "\" symbol. eg c:\path\hell\... so I get each directory individualy.
The seperate command only does lists.
help
Adrian
delimiting
Moderators: JRL, Dorian (MJT support)
A list is a string. Separate will separate any string and can use any delimiter:
Let>path=c:\root\folder\subfolder\detailfolder
Separate>path,\,dirs
Creates the following variables:
DIRS_COUNT=5
DIRS_1=c:
DIRS_2=root
DIRS_3=folder
DIRS_4=subfolder
DIRS_5=detailfolder
Let>path=c:\root\folder\subfolder\detailfolder
Separate>path,\,dirs
Creates the following variables:
DIRS_COUNT=5
DIRS_1=c:
DIRS_2=root
DIRS_3=folder
DIRS_4=subfolder
DIRS_5=detailfolder
MJT Net Support
[email protected]
[email protected]