Dec 102017
 
Clipper S'87 & 5.01 library functions to count words in a string, memo field, or an entire text file.
File AEIWCNT.ZIP from The Programmer’s Corner in
Category Dbase Source Code
Clipper S’87 & 5.01 library functions to count words in a string, memo field, or an entire text file.
File Name File Size Zip Size Zip Type
AEIWCNT.DOC 4115 1573 deflated
AEIWCNT.LIB 4135 1246 deflated
AEIWCNT5.LIB 3584 1298 deflated

Download File AEIWCNT.ZIP Here

Contents of the AEIWCNT.DOC file


CLIPPER WORD COUNT LIBRARY

Auto Exec Inc. (AEI)
6 Ganneston Drive
Augusta, ME 04330
(207) 622-7676
Fax: (207) 621-0491


Disclaimer:

Auto Exec Inc. (AEI) disclaims any and all promises, representations, and
warranties, except as expressly set forth in this agreement, with respect to
the software provided, including their condition, their conformity to any
representation or description, the existence of any laten or patent defects,
and the merchantability for fitness for a particular purpose. Vendor further
disclaims any and all other promises, representation, and warranties with
respect to the nature and quality of any other performance by vendor, except
as expressly set forth in this agreement.

Limitation of Liability:

In no event shall Vendor be liable to Customer for any loss of profits; any
incidental, special, exemplary, or compsequential damages; or any claims or
demands brought against Customer by any other party, even if Vendor has been
advised of the possibility of such claims or demands, and this limitation is
intended to apply all Customer claims, regardless of which provisions of this
Agreement have been breached or have proven ineffective.

Indemnification:

Customer shall defend, indemnify, and hold harmless Vendor from all liability
and claims whatsoever for any injury to persons or property for for any loss,
expense, or damage incurred by any of Customers personnel, customers, or
invitees or by any other person or party (except agents or employees of
Vendor) arising as a result of or in connection with Customers acquisition or
use of the Licensed Software, or Vendor's performance of its obligations or
exercise of its rights hereunder.

LANGUAGE

CLIPPER 'C' FUNCTION interfaced to ASM FUNCTION that does not need a 'C'
library.

FUNCTIONS
-----------------------------------------------------------------------------
FUNCTION: integer=COUNT_WRD()

Example:

x=COUNT_WRD("THIS IS A TEST STRING TO CHECK WORD COUNT FUNCTION")

Returns the number of words in the passed string.
-----------------------------------------------------------------------------
FUNCTION: integer=COUNT_MEMO()

Example:

x=COUNT_MEMO("NOTES") where NOTES is a memofield
The .DBF with the memofield must be used prior to calling

Returns the number of words in a memo_field
-----------------------------------------------------------------------------
FUNCTION: integer=COUNT_FILE()

Example:

x=COUNT_FILE("AEIWCNT.DOC")


Returns the number of words in a text file - Max length of file 60,000
bytes.
-----------------------------------------------------------------------------
LIBRARIES

CLIPPER SUMMER 87 - use LIBRARY AEIWCNT
CLIPPER 5.01 - use LIBRARY AEIWCNT5


*****************************************************************************
If you find this library useful and use it, a contribution of $5.00 would be
appreciated. These contribution help maintain Auto Exec BBS and demonstrate
to us it is worth our time to develop user functions. All contributions
should be sent to:

Auto Exec Inc.
6 Ganneston Drive
Augusta, ME 04330

Please mention COUNT_WRD() as the library you are contributing to, this helps
use determine what types of functions are needed/useful.
*****************************************************************************
Auto Exec BBS - (508) 833-0508 over 1000 Clipper programs/source,
over 1000 dBASE/FoxBase programs/source
over 1000 'C' programs/source
in all over 20,000 files
8 nodes, 8N1, 6 lines US ROBOTICS 9600, 1 2400 baud line,
(1) MicroCom V.32 38,400 line at (508) 833-0513

Call today.
*****************************************************************************





 December 10, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)