Placing tab character in a report, how to...

Boris Kortiak BKortiak@genlyte.com
Mon, 06 Mar 2000 14:51:40 -0500


Just an FYI

Had to do:
	DEFINE D-I-TAB INT = 0009
	DEFINE D-C-TAB-2 CHA*2 = CHARACTER(D-I-TAB)
	DEFINE D-C-TAB CHA*1 = D-C-TAB-2[2:1]
This makes sure I get the low order byte of the integer field.

>>> "Taber, Phil" <prta@lubrizol.com> 03/06/00 09:49AM >>>
Here is the code I use to create a tab delimitted file for import into Excel
spreadsheets.


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.