Process <selitems>
Posted: 29 Apr 2014 09:24
Some function such as openwith require pipie "|" separated list of items while <selitems> return in this format
"item1" "item2" "item3"
So, everytime I have to do this:I think it's not-so-nice. Anyone have a better way to process <selitems>?
"item1" "item2" "item3"
So, everytime I have to do this:
Code: Select all
$ItemList = Replace(Trim("<selitems>", '"'), '" "', "|");