Calling static Javascript Methods does not work

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Calling static Javascript Methods does not work

Stefan Krecher
... is that a bug or a feature?

<String.fromCharCode(64)> 
works.

String fromCharCode: 64
does not work.

regards,
Stefan