exeJavascriptDirect

Hi Clifton,
Here's today's problem:
I want to execute this:
var num = X;
if (isNaN(num) == false) { return true;} else {return false;}
I replace X with the appropriate number using pgReplace.
I've tried with and without the curly braces. Surprisingly (to me) it will work without them in a normal html. But not in the Toolbook DHTML.
I haven't found pgIsNumeric either
Here's today's problem:
I want to execute this:
var num = X;
if (isNaN(num) == false) { return true;} else {return false;}
I replace X with the appropriate number using pgReplace.
I've tried with and without the curly braces. Surprisingly (to me) it will work without them in a normal html. But not in the Toolbook DHTML.
I haven't found pgIsNumeric either
