adspace
What is the Difference between a sub and a function?
Answer Posted / bhupendran
sub does not return's a value,but function return's value
Post New Answer View All Answers
Write the .net syntax for 'while loop'?
1141