marselhober
16th February 2004, 04:25
Dear friends,

I have a script, but when i run it, i got this error :


1 : process 9 - Fatal error : float exception in 'fspurlpcstdw1'
2 : process 9 - Fatal error : Can not continue in fspurlpcstdw1 ()
[send.wait]


( 'fspurlpcstdw1' is the session name )
Anybody know what caused this error ?

Anybody also know syntax to convert a data type to another, e.g : from "long" to "double" ?

Thank you for any answers...

en@frrom
16th February 2004, 10:24
Hi Marsel,

This is usually caused when deviding by '0'. You should check your script to see if this is the case.

marselhober
16th February 2004, 12:19
Thank you very much.

Yes, i got this error because there was a divided by zero operation on my program's process.

Thanks again...

Regards

Hitesh Shah
17th February 2004, 08:41
Anybody also know syntax to convert a data type to another, e.g : from "long" to "double" ?

I don't know what u exactly mean by converting long to double.

If u mean dynamically change the data type of a variable in program script , it's not possible at least in Baan IV