Jump to content
Software FX Community

kmihalic

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by kmihalic

  1. Thanks, it worked. Powershell is excellent and with PowerGadgets is even better. Krunoslav
  2. Hi, I have tied to create function which will return single number and pipe output to gauge (digital). For example: function rr { $rdm = new-object random $rdm.next(100) } if I call function it will return random number, but when I tried $rr | out-gauge -type digital -refresh 0:0:1refresh would not work, only one number is displayed.Is this supported? Krunoslav
×
×
  • Create New...