Page 1 of 1

Error: Call to nonexistent function.

Posted: 09 Sep 2018, 09:49
by arcticir
This seems to be a bug?

Code: Select all

f:={count:1}
MsgBox f.count()

Re: Error: Call to nonexistent function.

Posted: 09 Sep 2018, 10:12
by Helgef
1 is not a function.

Re: Error: Call to nonexistent function.

Posted: 09 Sep 2018, 10:42
by arcticir
Thanks, I first encountered the same key name as the built-in function.