String Length
Peter J. Rowe
mig53@yahoo.com

This program computes and returns the length of a string in pixels using the 4 by 6 font.  All you have to do is pass the string that you wish to measure as the argument of the program. The list it returns is the width in pixels of the string, the coordinate to center it on the 89, the coordinate to center it on the 92+/v200, the coordinate to right-align it on the 89, and the coordinate to right-align it on the 92+/v200.

Many thanks to Zeljko Juric for his library and assistance.

Version History
Ver. 1.3
Size optimization

Ver. 1.2
Changed the program to include an error message and to clean up the expressions stack.

Ver. 1.1
Recompiled with TIGCCLIB 2.2 and fixed a possible use of an unintialized variable

Ver. 1.0
Initial release