adspace


What is the Difference between a sub and a function?

Answer Posted / bart calixto

yeah, sure.. everyone says that but...

what's the purpose of sub.?
I can do a function

Function ThisIsASub()
write "HELLO WORLD"
end Function

wow! I have a sub now.

so, besides the stupid reason that sub don't return value, what's the point of using subs?

If like someone create a newIF but it doesn't support ELSE... what's the point?

Greetings,
Bart.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143