Hi,
I want to know if the value is 2 or '2'.
Search found 6 matches
- 23 Feb 2015 13:32
- Forum: Feature Requests
- Topic: typeOf()
- Replies: 1
- Views: 7175
- 16 Feb 2015 07:20
- Forum: Feature Requests
- Topic: want to know caller flow's name
- Replies: 1
- Views: 7187
want to know caller flow's name
Please add variable containing caller flow's name in called flow.
- 28 Jan 2015 13:49
- Forum: Flow Sharing Area
- Topic: [Experimental] JSON Parser
- Replies: 0
- Views: 7414
[Experimental] JSON Parser
sorry for broken English. This is JSON parser. I dont garantee that it work right, and it is very very slow!! And often cause 'Automagic Emergency Stop' Error for a bit long json string(it can be avoided by changing setting of Automagic). Furthermore, wrong json cause endless loop. For those reason,...
- 10 Jan 2015 11:38
- Forum: Flow Sharing Area
- Topic: Battery usage per hour
- Replies: 2
- Views: 12129
Re: Battery usage per hour
It's nice idea!
- 10 Jan 2015 11:33
- Forum: Flow Sharing Area
- Topic: A default analog clock clone
- Replies: 0
- Views: 6841
- 03 Jan 2015 11:06
- Forum: User Help / Bug Reports
- Topic: not detect changing of list variable
- Replies: 1
- Views: 5943
not detect changing of list variable
Hi.
When a global variable including list changes, the trigger "Global variable" is not triggered.
Is this in the specifications?
Example:
Flow 1:
Script: global_test = newList();
addElement(global_test, 'aa');
Flow2: Trigger: Global variables: global_test
↑not triggerd!
Thanks for your time
When a global variable including list changes, the trigger "Global variable" is not triggered.
Is this in the specifications?
Example:
Flow 1:
Script: global_test = newList();
addElement(global_test, 'aa');
Flow2: Trigger: Global variables: global_test
↑not triggerd!
Thanks for your time