Effectively, I want to build a {"1", "2", "3", ..., "N"} set from 1..N set. How do I convert numbers to strings?
{"1", "2", "3", ..., "N"}
1..N
The TLC module provides a ToString operator.
TLC
ToString