Re: new line
- From: "Nassos" <nasos@xxxxxxxxxxxxx>
- Date: Tue, 14 Jun 2005 12:47:24 +0300
Hi Hrvoje,
try this
name += function.Name + "\r\n";
this will give a function name for every row
Function 1
Function 2
if you want a line space between functions then
name += function.Name + "\r\n\r\n";
Hope that helps.
"Hrvoje Voda" <hrvoje.voda@xxxxxxxxxxx> wrote in message
news:d8m42f$274$1@xxxxxxxxxxxxxxxxx
> name += function.Name + " ";
>
> How to write this code but with exception to put a function.Name into a
> new line ?
>
>
>
> I want to get a string name into a list like this:
>
> Function 1
>
> Function 2
>
> ...
>
>
>
> Hrcko
>
>
>
>
.
- Follow-Ups:
- Re: new line
- From: Hrvoje Voda
- Re: new line
- From: Hrvoje Voda
- Re: new line
- From: Michael Voss
- Re: new line
- References:
- new line
- From: Hrvoje Voda
- new line
- Prev by Date: Fastest way to copy from a one dimension byte array to two dimension int array
- Next by Date: Re: One Object, two possible types
- Previous by thread: new line
- Next by thread: Re: new line
- Index(es):
Relevant Pages
|