Re: SAP BC - add carriage return to string


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 63.178.231.197] '\dev\null' on September 21, 2001 at 02:09:16 EST:

In Reply to: SAP BC - add carriage return to string posted by [IP Address: 63.178.231.197] 'peterpan' on September 11, 2001 at 07:18:56 EST:

I'm not really sure what your tying to do but remember your dev enviornment, Java. If (String)"\n" no-workie. Then don't forget the old hex trick. (5C 6E)

: Hi,
: I want to FTP a string table to a certain server.
: I do this by looping through the table and performing a ftp:append. Although I've put the ASCII transfer mode while performing ftp:logon, I have no carriage return at the end of each string that was appended. Is there any way to add a carriage return (next line sign) to the string I want to append? Perhaps with string:concat? But how do I include the carriage return sign? \n or /n doesn't seem to help, even not after converting it to byte.
: All ideas are more than welcome...
: Thanks in advance,
: Peter




Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]