public function mytest(byval check() as variant)
mytest = test(0)
mytest1 = test(1)
end function
Printable View
public function mytest(byval check() as variant)
mytest = test(0)
mytest1 = test(1)
end function
I don't get the question (the mytest = test(0)
mytest1 = test(1) part confuses me). Could you write it more clearly.
Think I figured it out! Thanks anyway!