Hi,
Im trying to input a file with spaces in its name and separate the filename words into message boxes. but not having much luck.
Ive managed to separate the filename from the directory by using [splitfilename] and output it into a message box. E.g. [test file one.wav<
I've found if I add list to the start of the message it works:
[list test file one.wav<
| \ \
[set $1< [set $2< [set $3<
| | |
[test< [file< [one.wav<
My only question now is how do I add 'list' to the start of the message (or make the message a list) I receive from [splitfilename]. I tried [add2 list $1< but it only outputs the first word in the name.
It would be great if someone could explain how to deal with lists and create them etc.. I am not finding the help files too helpful.
Thanks in advance
J