On Wed, Jun 08, 2005 at 06:30:52PM +0100, Alice Good wrote: > Does anyone know whether it is possible to check for the number of > characters in a block of text? It is. How you do that rather depends on the programming language you are working in. Simple Perl example: perl -e "print scalar split '', 'The quick brown fox'"; -- David Dorward http://dorward.me.ukReceived on Wednesday, 8 June 2005 17:45:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:03:58 GMT