How to evalute a string twice in Powershell

Posted by Bebuuk on Stack Overflow See other posts from Stack Overflow or by Bebuuk
Published on 2010-05-18T10:08:44Z Indexed on 2010/05/18 10:10 UTC
Read the original article Hit count: 171

Filed under:
|
|
|
|

anyone know how to evalute a string twice in powershell?

from example $l1 = yes $l2 = no

for (i=0;i -lt 2; i++) { echo $1$i }

© Stack Overflow or respective owner

Related posts about powershell

Related posts about eval