1. Formating For MleText? (win32lib.ew)
- Posted by tim781 at PACBELL.NET Mar 21, 2001
- 460 views
HI, I'm writting to ask how to display an integer in MleText. If the integer is 5, how can i make MleText print 5 instead of ASCII? thanks, timmy :)
2. Re: Formating For MleText? (win32lib.ew)
- Posted by Derek Parnell <ddparnell at bigpond.com> Mar 21, 2001
- 461 views
Hi Tim, I replied to this request on 18/03/2001. Here it is again. use ... setText(myMle, sprintf("%d", 5)) ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower."