|
savanna Beginner
Joined: 27 Mar 2004 Posts: 27
|
Posted: Sat Jul 03, 2004 7:50 am
How to DISPLAY white space? |
#MXP This is a <send "hello">test</send>
the command line above will show "This is a test" in the display
Now I want to display sentence as " This is a test"
You see, there are two white space in the front of sentence
How to achieve it? |
|
|
|
Guede Wanderer
Joined: 30 Nov 2003 Posts: 65 Location: United Kingdom
|
Posted: Sat Jul 03, 2004 2:06 pm |
You could use the quote character.
#MXP ~__This is a <send "hello">test</send> (where _ represents a space)
There may be other (better/more exotic/flashier/easier) ways to do this though,
-G- |
|
|
|
savanna Beginner
Joined: 27 Mar 2004 Posts: 27
|
Posted: Sat Jul 03, 2004 2:49 pm |
yeah,it works.
thank you |
|
|
|
|
|