bug? create folder with array variable
Posted: Tue Sep 26, 2006 11:28 pm
(1) BROWSE FOR FOLDER
{FOLDERNAME} = C:\a1\b2\c3
(2) DELIMITED VARIABLE
String to process: {FOLDERNAME}
Delimiters | Other: \
Assign standard comma-separated text to variable: ARR_FOLDERNAME
(3) Create Folder
D:\zz\yy\{ARR_FOLDERNAME(4)}
FINAL OUTCOME SHOULD CREATE:
D:\zz\yy\c3
But no folder is created
{FOLDERNAME} = C:\a1\b2\c3
(2) DELIMITED VARIABLE
String to process: {FOLDERNAME}
Delimiters | Other: \
Assign standard comma-separated text to variable: ARR_FOLDERNAME
(3) Create Folder
D:\zz\yy\{ARR_FOLDERNAME(4)}
FINAL OUTCOME SHOULD CREATE:
D:\zz\yy\c3
But no folder is created