Hi,
I am rewriting some code considering what was said here
but,
can someone confirm that code ?:
I think the third call return an erroneous value.
This code's tbasic file : cparms-test.zipfunction test(optional param1 as string) msgbox 0,"There is " & Function_CParams & " parameter passed." & $crlf & "Param = " & param1 end Function call test() call test("foo") call test()
Bookmarks