Hi everybody,
Im trying to code the following:
In a listbox I compile strings of text (Ive got this part covered), the number of strings created at a time may vary.
I wish to use these various strings as suffixes to create multiple subfolders in a directory.
I.e.: ...\SO\string 1
...\SO\string2
How should I code this so that the correct number of folders are created?
My thoughts were I can not declare a fixed number of variables, but maybe Im off track with that.
Thanks!
Im trying to code the following:
In a listbox I compile strings of text (Ive got this part covered), the number of strings created at a time may vary.
I wish to use these various strings as suffixes to create multiple subfolders in a directory.
I.e.: ...\SO\string 1
...\SO\string2
How should I code this so that the correct number of folders are created?
My thoughts were I can not declare a fixed number of variables, but maybe Im off track with that.
Thanks!