Y
Y a h y a
Guest
Hi
I have a delegate as below. How can I return the value of variable i back into sub xyz?
Sub xyz()
abc(Sub()
dim i = 10
End Sub)
End Sub
Thanks
Regards
Continue reading...
I have a delegate as below. How can I return the value of variable i back into sub xyz?
Sub xyz()
abc(Sub()
dim i = 10
End Sub)
End Sub
Thanks
Regards
Continue reading...