In a function, Lets say a functi0n that lists all the dirs, how can I return an array?
dim LawL() as string
LawL = ListDir("C:\WINDOWS")
then each value in the LawL() array is a filename in C:\WINDOWS. Kind of like how the split() function returns an array
