return?
Posted: 2005-09-18 23:49:02
how 'return' works?
some thing else then ruturn 0 ?
thx since now.
some thing else then ruturn 0 ?
thx since now.
Code: Select all
SUB function_name(parameters)
...
RETURN value
...
ENDSUB