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?

Marcel


Reply via email to