Hello Bruce,

you wrote...

> Float.display is not longer supported (but I left it in the dll). 

I thought that Float.Format is replacement for Float.Display and
Float.DisplayDec.

But, Float.Format is very confusing for me, for example

Win.Debug(Float.Format("10.50", "f", "8", ""))
;returns "      11" (without quotes)

Win.Debug(Float.Format("10.50", "f", "8", "1"))
;returns "     10.5" (without quotes)

Win.Debug(Float.Format("10.50", "f", "8", "15"))
;returns 10.500000000000000. ndec takes precedence? I think that this
;should be documented or fixed

So, nwide has purpose only if set to 0 and if ndec is ""?



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to