There really is a NULL constant!! cool!
sqb

On 2/28/06 3:57 PM, "Jonathan Lynch" <[EMAIL PROTECTED]> wrote:

 I like the idea of using itemdel as a means of counting - very clever...

 I was thinking there must be some other immediate means of counting?

How about this one?

function CountChars pString,pChar
  replace space with null in pString
  replace pChar with space in pString
  return ((the number of words of pString)-1)
end CountChars

Ken Ray

--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to