Newline Character in JBase
- Rajashree1992
- Topic Author
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
9 years 2 months ago - 9 years 2 months ago #18127
by Rajashree1992
Newline Character in JBase was created by Rajashree1992
Hey,
I'm trying to write some data in Xls file in Jbase.
But all the records are getting on the same line of xls sheet..
So how to add newline character at the end of new record in JBASE.. So that new record should write on next line in XLS file.
I'm trying to write some data in Xls file in Jbase.
But all the records are getting on the same line of xls sheet..
So how to add newline character at the end of new record in JBASE.. So that new record should write on next line in XLS file.
Last edit: 9 years 2 months ago by Rajashree1992.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
9 years 2 months ago #18131
by jpb
Replied by jpb on topic Newline Character in JBase
You can explicitly write
CHARX(10) - LF and/or
CHARX(13) - CR
but normally when you write to a sequential file each written record will result in a new line.
CHARX(10) - LF and/or
CHARX(13) - CR
but normally when you write to a sequential file each written record will result in a new line.
Please Log in or Create an account to join the conversation.
Time to create page: 0.064 seconds