Using Two Maps & Loops

With the Rapise Visual Language (RVL) you can use a Map (grid of data) with a loop.

Sometimes you want to have two nested loops. It's very simple, you simply create two Maps with two separate names:

Then you create two nested loops, each one using a separate map:

We have attached the full code sample.