StringWidth in BlitzMax?
BlitzMax Forums/BlitzMax Beginners Area/StringWidth in BlitzMax?| 
 | ||
| I am converting my stuff from Plus to Max. I cannot find the Max equivalent StringWidth. Can you help? Incidentally, the so-called help in BlitzMax does not have a search facility. It would be nice to have one, don't you think? | 
| 
 | ||
| There's TextWidth() in the Max2D module, under Graphics. Also, you can search the help at http://www.blitzbasic.com/bmdocs/docs.php | 
| 
 | ||
| TextWidth() | 
| 
 | ||
| Thank you for that, RS22 (^_^) |