Hi guys,
variable given $Number="21" or $Number="0" ... I now have to set this variable into a length of 8 chars with pre "0"'s ...
e.g.
$Number ="21" should become "000021" or $Number="434" should become "000434" ...
Since I am a complete newby at powershell scripting can anyone give me any hint/idea/function ?!
Thanks in advance,
Markus