03-17-2010, 02:14 PM
Hi,
I have a one class ,in that having 2 functions .How can i call that 2 functions.
Ex.
Regards
Madhu
I have a one class ,in that having 2 functions .How can i call that 2 functions.
Ex.
Code:
Class Add()
function Max1()
end function
Function Min()
end function
end class
Regards
Madhu