Text Constants

hi,

how can I use "New Line" in a Text Constant?
Something like "/n" but it doesnt work!

Thanks
Farshid

Comments

  • you can use '\'(slash) sign for new line

    eg.

    message('this is first line.\ this is second line');

    this will be shown as

    this is first line.
    this is second line

    in message box.

    hope it helps.
    Experience Makes Man Perfect....
    Rajesh Patel