Iterate over array of objects #1362
Replies: 6 comments
-
Posted at 2020-03-03 by @gfwilliams I think
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-03 by @MaBecker Thanks, it works
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-04 by @allObjects Quite interesting... this logic pulls it of 'the other way round'... which may become a performance challenge when the replaceList being larger and larger compared to the pattern elements... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-04 by @gfwilliams
It'll definitely get slower, however in this case we're actually doing the work on the PC before upload to the Bangle.js, so I don't think it'll be that big a deal for us. On Bangle.js itself this could be a complete pain though. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-04 by @allObjects Ic... it is a one-time-thing of composing/generating the code before uploading it... as source? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-03-04 by @gfwilliams That's the idea :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-03-03 by @MaBecker
How to write this correct?
Beta Was this translation helpful? Give feedback.
All reactions