Question:
Hi All,
In the service pub.string.tokenize or pub.string.makestring I want to the "newline" or carriage-return as delimiter, but I cannot make it work.
I tried "\n" '\n' '\\n' etc. etc. etc.
Can anyone help please ?
Thanx, Christian !!
Answer:
nobody ????
Answer:
nobody ????
Answer:
You are using the SAP Business Connector?
Can you give more info about what you are trying to do.
Perhaps this info is of some help:
"/N" is what you use to create a new line in an SAP list, this of course those not work with text/xml files. Here you must use the linefeed (hex code: 0A) and maybe in combination with the return code.
Regs Dennis.