Placing tab character in a report, how to...
Colin Glass
cglass@mlcc.mb.ca
Mon, 06 Mar 2000 08:43:25 -0600
I found it easier to produce a tab delimited file in QTP. What I have done
is created two temporary items with two item statements, as follows:
TEMP T-TAB-ESC INTEGER SIZE 2
ITEM T-TAB-ESC INITIAL 9
TEMP T-TAB CHARACTER SIZE 1
ITEM T-TAB INITIAL CHARACTERS(T-TAB-ESC)[2:1]
The item T-TAB is the tab delimiter.
_______________________________
Colin Glass - cglass@mlcc.mb.ca
Programmer/Analyst
Manitoba Liquor Control Commission
Ph: (204) 474-5597
>>> "Boris Kortiak" <BKortiak@genlyte.com> 03/06/2000 8:33:14 AM >>>
I am working with QUIZ 7.29 on MPE/iX 5.5pp7. I have to generate a file
which is e-mailed to another site and part of the requirement is that the
fields be separated with a tab character. I can't seem to find anything in
the manual for how to insert a specific ASCII value, %011, into a string.
Any hints greatly appreciated.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
=
Subscribe: "subscribe powerh-l" in message body to ulcf1
majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to ulcf1
majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.