|
-
Mar 19th, 2003, 11:32 AM
#1
Thread Starter
Fanatic Member
How do I return a array in a functions
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|