Hello, a medium-noob question:
I'm trying to send a resize message to a table:
which works if the table has a normal (global) name, but seems to not work if I name it $0-something:
table $0-mytable
;
$0-mytable resize $1
any thoughts?
roberto
\[resolved\] sending messages to $0-local tables
Hello, a medium-noob question:
I'm trying to send a resize message to a table:
which works if the table has a normal (global) name, but seems to not work if I name it $0-something:
table $0-mytable
;
$0-mytable resize $1
any thoughts?
roberto
Hello,
Your $0 argument cant be read in that box, try something like this:
[t b a]
| |______
[float $0] |
| |
[pack float float]
|
;
$1-table resize $2
thanks!
Oops! Looks like something went wrong!