My guess is you want to do this:
[float $0] | [; $1-send message <
$1 gets replaced with $0, converting from $ object domain to $ message domain.
This is the same as sending "message" to a send named "$0-send"
B.
Frank Barknecht wrote:
Hallo, alexandre matheson hat gesagt: // alexandre matheson wrote:
how do I use names beginning with $0- in a message box without getting errors?
How do you *want* to use $0 inside a message box?? It will not behave the way you maybe expect it to do.
Ciao