CDRoms act like an array who return a string :
' print available cdrom drives DIM i AS Integer FOR i=1 TO CDRoms.Count PRINT CDRoms[i] NEXT