Does a function whose return vale is "AS long" return a default value of 0.
Im debugging a VBscript that has'nt set the return value (It named the variable wrongly)
Thanks Folks
Irish Mick
Printable View
Does a function whose return vale is "AS long" return a default value of 0.
Im debugging a VBscript that has'nt set the return value (It named the variable wrongly)
Thanks Folks
Irish Mick
I definatly does in VB, and I'm pretty sure is does in VBS.
yes
Cheers Lads
As far as I know, the default value of all numeric types is 0, Booleans is False, and Strings is "".