TABCOL - Written 02.20.97 SZ Premia Corporation

INTRODUCTION

This archive contains a Codewright add-on module that will allow you
to easily navigate delimeted columns of documents edited in Codewright
such as databases in ASCII format. The two functions included will
take you to the beginning of a column number.

This documentation applies to version 5.0 of Codewright, although the
module should work with 4.0.

INSTALLATION

Create a TABCOL directory below your main Codewright directory, and
extract the files there (be sure to recreate the archive's directory
structure). Launch Codewright, and select Tools|Libraries. Click on Add.
Go to the TABCOL\WIN16 or TABCOL\WIN32 directory (whether you're running
the 16- or 32-bit version) and open TABCOL.DLL. Click Ok on the Libraries
dialog.

USAGE

If your document has columns separated by tabs, just call the function
MoveToTabCol() passing the column number as the parameter. For example,
Go to Tools|API Command, and enter "MoveToTabCol 5" to go to column 5.

If your document is delimeted by some other character, call the function
MoveToDelimetedCol() passing the column number as the first parameter, and
the delimeting character as the second parameter. For example, if you want
to go to column 6 of a tabl separated by the "," character, enter
"MoveToDelimetedCol 6 ','".

INCLUDED FILES

        README.TXT        - This file
        TABCOL.C         - The source code
        TABCOL.RC        - A dummy resource file
        TABCOL.          - Microsoft makefile
        TABCOL.MAK       - Borland makefile
        WIN16\TABCOL.DEF - 16-bit .DEF file
        WIN16\TABCOL.DLL - 16-bit .DLL file
        WIN32\TABCOL.DEF - 32-bit .DEF file
        WIN32\TABCOL.DLL - 32-bit .DLL file

FEEDBACK AND SUPPORT

Send e-mail to smz@premia.com, or call 800.647.9902.
