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