home *** CD-ROM | disk | FTP | other *** search
- /* Length of document sample */
-
- crlf='0d0a'x
- Document = VpGetItemValue(window,Target)
- NumWords=words(Document)
- msg1="Length of Document is "||length(Document)||' chars'||crlf
- msg2='With '||NumWords||' words'
- response=VpMessageBox(window,"Bob's length finder", msg1||msg2)
-