Newline Character in JBase

  • Rajashree1992
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 6 months ago - 8 years 6 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.
Last edit: 8 years 6 months ago by Rajashree1992.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
8 years 6 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.

Please Log in or Create an account to join the conversation.

Time to create page: 0.096 seconds