$maximumVariableCount
for ($i = 0; $i -lt $maximumVariableCount; $i++) { invoke-expression "`$var_$i = $i" }
Index