Quote:


If I have machines numbered LT-01 to LT-32 how might I incorporate this into my array?




I know you've completed this, but...
If your computers are truly named in this fashion, why use an array at all?
Code:
 For $ID - 1 to 32
Run "Beyondexecv2 \\LT-" + Right('0' + Str($ID), 2) + " -d LockWorkstation -l 0"
Next



Of course, this only works if your computer names have sequential numbers as you indicated.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D