[Newbies] How to get a Newline Character

Bert Freudenberg bert at freudenbergs.de
Sun Aug 17 14:50:17 UTC 2008


Am 17.08.2008 um 14:41 schrieb Felix Dorner:

> Hi,
>
> I couldn't find anything about how to display special characters. It
> seems like there's no escape mechanism inside literal strings, such as
> (in java) "Hello \n World". Do I really have to represent this as:
> 'hello', String cr, 'world' ? I am aware that I can embed the newline
> in the with, uhm, a newline like this: 'Hello
> World'. I find this unsatisfactory, because often I am at a certain
> indent level and don't want to place such fragments at the beginning
> of a line.


'Hello\World' withCRs

- Bert -




More information about the Beginners mailing list