RosettaCodeData/Task/XML-XPath/PowerShell/xml-xpath-3.psh

3 lines
79 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
$namesAndPrices = $items | Select-Object -Property name, price
$namesAndPrices