Is there a way to change a message box with multipule $ symbols in it so that there is no spaces between the added elements.
ie in a message box with two $ symbols in it get: 'testtext' instead of 'test text'
Message Box and $1
Is there a way to change a message box with multipule $ symbols in it so that there is no spaces between the added elements.
ie in a message box with two $ symbols in it get: 'testtext' instead of 'test text'
[list2symbol]
from zexy
use it like this:
[*1 *2 .. *n( [loadbang]
| |
| [symbol]
| |
[list2symbol]
where *1 *2 ...*n are the messages you want to splice together
Also is there are way to remove the spaces between items on a list from [pack]?
ex:
instead of print: list 1 2 3 4
get print: list 1234
see my post above yours.
Oops! Looks like something went wrong!