Is there a restriction on user-defined function name? If function names start with "call", it seems to call a built-in call() function instead of user function.
;-------------------------
CallByVal("arb")
Function CallByVal(s)
Win.Debug(s)
Quit
;-------------------------
Thanks.
