|
BlackSmith Apprentice
Joined: 08 Dec 2002 Posts: 152
|
Posted: Tue Feb 22, 2005 10:56 am
%if fuction problem. i need space there |
Quote: |
%if(0<@FlexShield_Minutes, @{FlexShield_Minutes}m , "") |
the part "}m , "")" is right thus i want space after the m letter.
ideas? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Wed Feb 23, 2005 12:03 am |
" "
%char(32)
%repeat(" ", 1)
%concat(@{flexshield_minutes}, "m ")
%concat() is basically the proper way to do it, but the other ways work just as well. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|