Traversing Arrays with Mod() and Floor()
Demo file: traverse-arrays-with-mod-and-floor.zip Introduction Today I want to talk about a technique that can come in handy if you need to walk a block of contiguous cells within a two-dimensional (2-D) JSON array for either reading and/or writing purposes. [ [ n, n, n, n, n, n, n, n, n, n, n, n, n, n,… Continue reading Traversing Arrays with Mod() and Floor()
Recommended Comments