Search found 2 matches
- 10 Apr 2019 20:08
- Forum: Flow Sharing Area
- Topic: Functions using eval() to format an AutoWear text screen
- Replies: 3
- Views: 12271
Re: Functions using eval() to format an AutoWear text screen
Thanks, that's way cleaner! In my case I can just follow the list declaration with: addMapEntry(global_functions,"formatlist", "{split_function,listformat}"); If your Ticwatch doesn't let you set watch buttons to AutoWear pseudoapps (to trigger AutoWear command "&APPOPENEDDRIVE&") then go to Configu...
- 09 Apr 2019 05:56
- Forum: Flow Sharing Area
- Topic: Functions using eval() to format an AutoWear text screen
- Replies: 3
- Views: 12271
Functions using eval() to format an AutoWear text screen
Here I store two functions in a global variable and call them many times from a flow using eval(). The function parameters are passed by placing them in a list called "params" which is set each function call. I use the "formatlist" and "fitonwatch" functions to take the contents of maps/lists stored...