I need loop through all the variables. But it doesn’t work.
$var0='a'
$var1='b'
$var2='c'
$i=0; While ($i -lt 2) {$i++;
$var[$i]
}
I need loop through all the variables. But it doesn’t work.
$var0='a'
$var1='b'
$var2='c'
$i=0; While ($i -lt 2) {$i++;
$var[$i]
}