Program: TABBER.C

Compiled for: Codewright 3.0x-3.1x and Fusion for Windows (16 Bit)

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: Place the TABBER.DLL into the CWRIGHT home directory.
                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 KEY|BINDINGS 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
	TABBERF.DEF (FUSION)
	TABBERF.DLL (FUSION)