05-20-2014, 01:10 AM
Hi,
I have a basic question.
In most of the oop's language method signature is like below.
Eg. MethodName ()
But, in vbscript for some method we use braces & for some we don't use. Same is the case with properties also. So, how can we remember which method & properties require braces & which are not. Is there any logic to remember.
Sorry for typo mistakes.
Thanks in advance.
I have a basic question.
In most of the oop's language method signature is like below.
Eg. MethodName ()
But, in vbscript for some method we use braces & for some we don't use. Same is the case with properties also. So, how can we remember which method & properties require braces & which are not. Is there any logic to remember.
Sorry for typo mistakes.
Thanks in advance.