Re: Kind of a newb question
- From: "Vu Quang Thang" <thangvqATgmail.com>
- Date: Fri, 23 Sep 2005 09:05:42 +0700
"Josh Fraser" <jfraser@xxxxxxxxx> wrote in message
>
>
> What is the Delphi equivalent to add a new line in a string? Ex. C has
> '\n'
>
> Josh
Hi,
If you got a string from a string source dll, it will break line if the
string contains \n. If you want to break line a string in Delphi add #13.
E.g
ShowMessage('I will break line here.' + #13 + 'And this is new line.')
Thang
.
- Follow-Ups:
- Re: Kind of a newb question
- From: Josh Fraser
- Re: Kind of a newb question
- References:
- Kind of a newb question
- From: Josh Fraser
- Kind of a newb question
- Prev by Date: Re: Checking Tadoquery for changes
- Next by Date: Re: ADOQuery or ADOTable?
- Previous by thread: Re: Kind of a newb question
- Next by thread: Re: Kind of a newb question
- Index(es):
Relevant Pages
|