19-10-2008, 03:17 AM
If im nto mistaken, subs need Call and functions its optional?
EDIT:
I was wrong, apparently si compeltely optional for everything
Only benefit i see is ease of use, call requires you use () to encase arguments, without ti you just type through, it only really saves you the call command and 2 characters, since you still need to space between sub or func name and the first arg.
so its just preference, they come out the same in the compiler end.
EDIT:
I was wrong, apparently si compeltely optional for everything
Only benefit i see is ease of use, call requires you use () to encase arguments, without ti you just type through, it only really saves you the call command and 2 characters, since you still need to space between sub or func name and the first arg.
so its just preference, they come out the same in the compiler end.