In article <[EMAIL PROTECTED]>, Marcel Kilgus
<[EMAIL PROTECTED]> writes

>Malcolm Cadman wrote: 
>> 1380 padsize=INT(a$/5E-3+1E-3) : IF padsize>63 THEN padsize=63
>> Does it need another set of brackets ?
>> Like padsize=INT(a$/(5E-3+1E-3)) ?
>
>I don't think so, because this case would be equivalent to a$/4E-3.
>
>What's the contents of a$ at this time?

Ah ... forgot to check what value a$ was giving.  I will run it again
later this evening.

I was expecting SBASIC evaluating the expression in a different manner
to SuperBasic.

It looks like a$ is a string value that is being coerced into an integer
number.

-- 
Malcolm Cadman

Reply via email to