1. setText
- Posted by Aku <aku at inbox.as> Dec 30, 2000
- 542 views
- Last edited Dec 31, 2000
suggestion for setText in win32lib (or maybe other functions)
make setText can accept this: setText(id, object)
so setText(Window1, 12.34)
automatically become like this:
setText(Window1, sprintf("%.99g", 12.34))
thanks

