run-editor-sample-cr-ps1.txt 334 B

123456789101112
  1. # A line that ends only in CR(0x0D) and not LF (0x0A). foreach($parameterSet in $ObjInfoArray)
  2. {
  3. # This line also ends only in CR(0x0D) and not LF (0x0A). if ($parameterSet["class"] -eq "blank")
  4. {
  5. if ($XenCenterNodeSelected)
  6. {
  7. continue
  8. }
  9. $XenCenterNodeSelected = 1; $SelectedObjectNames += "XenCenter"
  10. }
  11. }