Is there a way to make a single loop in a TextField expression? I know that it allows triple operations, but what about loops.
For example, if I wanted to get a series of numbers from five numbers after a given field, in detail, how would you display this?
for instance
The field b has a value of 4. How would you make it print out [inside a Text field] 4 5 6 7 8
source share