NPReadme.txt Created 3/12/96.
             Updated 3/21/96. 	
             Updated 4/17/96.

This is the readme file for NParse32. It contains information that 
is not in the manual, and includes hints and tips, workarounds, etc.

To get the latest version of the readme file, please visit our
web site at http://www.nanoware.com.  The filename is NPReadme.zip and
is located in the download area.


Entire contents Copyright (c) 1996 by Nanoware, Inc.  All rights
reserved.  All trade names referenced herein are property of their
respective companies.

The download version has a license file that allows a developer
to use NParse32 for development purposes.  When an EXE file is 
created and run, a dialog box will appear that states that the 
control is not registered.  The intent is to allow developers 
to use this control free of charge during development (to ensure 
that it meets their requirements) and then, before releasing 
a product to ensure that we get paid.  Nanoware, Inc. 
believes that this method of distribution provides the 
fairest method of letting developers use its products, yet 
still get paid when a developer sees value in the product.  



Upon registering the control, Nanoware, Inc. will ship you 
diskettes with the most current version, a License file that
will allow distribution (that doesn't display the unregistered 
dialog box) as well as a printed manual (which is much easier 
to read than the text version).  

Registration is only $29.95 + $5.95 s&h and 
applicable tax. Please use the order form included in the
zip file.  Compuserve members may order online (see the 
order form for information.  Currently, we are only accepting 
orders from within the United States of America.


------------------------------------------------------------
Misc Information
----------------

------------------------------------------------------------
Q. How to add tab characters to delimiter string.
A. You may add a tab character by appending Chr$(9)
   to the Delim string.
------------------------------------------------------------
Q. Why doesn't NParse32 show up on the VB toolbar?
A. After installation, you must add NParse32 to the 
   toolbar.  This is done by starting VB4 and selecting
   the tools menu, then custom controls.  Make sure that
   the Insertable objects and controls checkboxes are
   checked, then scroll down to NParse32 and check the 
   checkbox.  Then click OK.
------------------------------------------------------------