how to jump to a new line in a string
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
how to jump to a new line in a string
I created a string and I wrote some words inside it and I want to jump to a new line and write other things. How to jump to a new line inside a string, please ?
-
johansamuelsson
- Posts: 165
- Joined: Thu Mar 03, 2011 10:07 pm
- Contact:
Re: how to jump to a new line in a string
Hi, use ASCII characters, @chr(13) or @chr(10), i.e.
See further http://www.theasciicode.com.ar/extended ... e-255.html
Regards Johan
Code: Select all
%string = "a b c" + @chr(13) + "d e f"
@uiprompt(%string)Regards Johan
Re: how to jump to a new line in a string
Many thanks for your response Johan!
Who is online
Users browsing this forum: No registered users and 2 guests
