Decode a Real Number
CALL sla_FLOTIN (STRING, NSTRT, RESLT, JFLAG)
STRING | C | string containing number to be decoded |
| ||
NSTRT | I | pointer to where decoding is to commence |
|
||
RESLT | R | current value of result |
NSTRT | I | advanced to next number |
|
||
RESLT | R | result |
|
||
JFLAG | I | status: −1 = −OK, 0 = +OK, 1 = null result, 2 = error |