| |
ehvbs
Posts: 2078
Score: 50
Joined: 6/22/2005
From: Germany
Status: offline
|
Hi mcds99, use a dictionary if you need a collection of items accessible by (string) key ('name') use an array if you need a collection of items accessible by (numerical) index ('number') use neither if all you need is a couple of lines in a textarea: DispDrives.value = DispDrives.value & vbCrLf & "Drive: " & objDrive.path & " - " & objDrive.sharename Keep it simple! ehvbs
|
|