Re: just a little question (about Rfont)
- Posted by Colin Taylor <cetaylor at COMPUSERVE.COM> Mar 21, 1999
- 470 views
Message text written by Gwen >it's just a little question : how to "transform" an integer into a sequence ?< You can use sprintf() to convert an integer (or any number) to a text sequence. For example, to print the integer 255 using rfont: write(sprintf("%d", 255)) Colin Taylor