MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: tofloat()...



At 10:56 AM 7/31/96 PDT, "John Towell Ph.D." <m50jft1@hayek.cob.niu.edu> wrote:
>check this out:
>
>;tofloat(3)
>=> 3.0
>;tofloat(-3)
>=> -3.0
>;tofloat(+3)
>Line 1:  syntax error
>1 error.
>
>Note - works as string:
>;tofloat("+3")
>=> 3.0

Seems it is a problem with the code parser.  Seems expressions can't start
with a +.  Was it like this in previous versions?

Andy.



Follow-Ups:

Home | Subject Index | Thread Index