Re: new line

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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
>
>
>
>


.



Relevant Pages

  • Re: Exception 2 - string...HELP
    ... >> caught or declared to be thrown ... It may throw a 'checked' exception so you must provide a way to deal with ... String ns = null; ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: JTree/ DefaultTreeCellRenderer
    ... In my Tree when i was creating the nodes, ... them i was creating with an objectthe others with a String ... that is why it was throwing an exception. ... Prev by Date: ...
    (comp.lang.java.gui)
  • Potentially dangerous script - urgent!
    ... If data you post back contains the following string ... The page will throw the following exception: ... A potentially dangerous Request.Form value was detected from the client ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Writing to a tape device in Windows
    ... I had this value correct when the exception occurred... ... Prev by Date: ...
    (comp.lang.java.programmer)
  • new line
    ... How to write this code but with exception to put a function.Name into a new ... I want to get a string name into a list like this: ... Hrcko ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)