Skip to content

Instantly share code, notes, and snippets.

@martin9700
Created January 3, 2014 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin9700/8238522 to your computer and use it in GitHub Desktop.
Save martin9700/8238522 to your computer and use it in GitHub Desktop.
ForEach ($Location in $Locations)
{ $TableInfo += "<li><p>$($Location.Place)<br>Item: $($Location.Item)<br>Qty: $($Location.Qty)<br>Tot: `$$($Location.Tot)</p></li>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment