Page 1 of 1

ListOfSelectedNames separtor character

Posted: 14 Oct 2015, 22:52
by therube
ListOfSelectedNames | ListOfSelectedFullNames separator character.

It might be useful to have the ability to specify the separator used, instead of only have a space.

$(ListOfSelectedNames) or $(ListOfSelectedNames): defaults to the currently used space.

Code: Select all

$(ListOfSelectedNames):: uses ':'
$(ListOfSelectedNames):| uses '|'
$(ListOfSelectedNames):, uses ','
$(ListOfSelectedNames):\r uses a newline
...
Not really pressing, as you can work around a particular needed format need by passing the $(ListOfSelectedNames) to a file, then using a preset batch file to manipulate as needed from there.

But something like that could still come in handy.


(Or a $(ListOfSelectedNames)$(CRLF)-like syntax to be more like Make File LIst...)