Program: TABBER.C

Compiled for: Codewright 7.0

Functions: TABBACK(), TABFWD()

Purpose: These functions, when bound to a key, will move the cursor to
         the next or previous tab position, without moving the text.
	 The functions do not take any parameters.

Implementation: Load TABBER.DLL using CodeWright's customize/library dialog, or place the
 		TABBER.DLL into the CWRIGHT home directory, and
                Edit the CWRIGHT.INI file and place the following line in
		the [KmapAssign] section of the file:

		LibPreload=tabber.dll

		Save the file and restart Codewright. You can then assign
                the functions to keys by using the Customize | Keyboard dialog and
		assigning the TABBACK() or TABFWD() function to un-used keys.

Included files:
	TABBER.C
	TABBER.DEF
	TABBER
	TABBER.MAK
	TABBER.DLL
	TABBER.TXT
   
