Hi !
I've noticed a strange behaviour. I'am using message box to store values which are divided by comma:
[valueA: 100, valueB: 200, valueC: string, (
I am using BANG to restore these values sending them to [route] object:
[valueA: 100, valueB: 200, valueC: string, ( | [route valueA: valueB: valueC:]
and this is the point. sometimes it works - I mean the values are 'restored' but sometimes nothing happens. I tried to remove last comma but the behaviour is the same... ;(
Am I doing something wrong ?
thanx fero
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-07-24 16:26, Fero Kiraly wrote:
Hi !
I've noticed a strange behaviour. I'am using message box to store values which are divided by comma:
[...]
and this is the point. sometimes it works - I mean the values are 'restored' but sometimes nothing happens. I tried to remove last comma but the behaviour is the same... ;(
Am I doing something wrong ?
i'm pretty sure that the message-box does *not* have a bug.
what comes to my mind, is that you cannot mix symbols and numbers in [route]. e.g. this won't work: [value1 foo, value2 2.3, 4 knarz( | [route value1 value2 4]
however, i might be totally off. maybe it would help if you provided an actually non-working patch* rather than a textual description of something that "sometimes works"?
fasmdr IOhannes