Author |
Message |
Topic: Formatting open spaces for variables |
ravin
Replies: 9
Views: 12848
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 6:41 am Subject: Formatting open spaces for variables |
quote:
The %concat seemed to do the trick. I have it working(with no colors atm). Here is the string.
~@emit [space(9)] %concat( " (", %format( "&2.0n", @DGH), ") [spa ... |
Topic: Formatting open spaces for variables |
ravin
Replies: 9
Views: 12848
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 5:40 am Subject: Formatting open spaces for variables |
quote:
So the variables will always be numeric?
If so, try this:
#show %concat(" (", %format("&2.0n", @DGH), ") (**)");#show %concat(" ... |
Topic: Formatting open spaces for variables |
ravin
Replies: 9
Views: 12848
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 5:17 am Subject: Formatting open spaces for variables |
quote:
So the variables will always be numeric?
Iljhar
Yes
|
Topic: Formatting open spaces for variables |
ravin
Replies: 9
Views: 12848
|
Forum: zMUD General Discussion Posted: Mon Dec 17, 2001 5:12 am Subject: Formatting open spaces for variables |
Iljar is dead on. It is a stick figure and the variables are for the parts of the figure.
And I thought Vijilante had it solved, for when I copy/pasted the %format("&2s",@Variable) an ... |
Topic: Formatting open spaces for variables |
ravin
Replies: 9
Views: 12848
|
Forum: zMUD General Discussion Posted: Sun Dec 16, 2001 9:22 am Subject: Formatting open spaces for variables |
I am going in circles here trying to figure this out. I need a way to hold a space between characters for screen formatting purposes. The space needs to be a min of 2 characters, even when the variabl ... |
|