[TF] An odd request
Brought to you by:
kenkeys
|
From: nieten at math.uni-bonn.de (M. Nieten) - 2003-04-03 18:53:39
|
<snip>
...
</snip>
Trailing whitespaces can be achieved by using /test, i.e.
/test tmp:=" ".
(But beware, something like
/echo %{tmp}Hiho!
would eat the blanks, so you must use
/test echo(strcat(tmp,"Hiho!")
instead.)
Martin
|