Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to return multiple objects from a function. can it be done? and how?
function DrawLines()as object
objline1 as new line
objline2 as new line
[..]
return 'objects'
end function
sub Main
Dim Group1 as new Arraylist
Group1.Add(DrawLines())
end sub
kind regards Wouter
Solved! Go to Solution.