3

Effectively, I want to build a {"1", "2", "3", ..., "N"} set from 1..N set. How do I convert numbers to strings?

houqp
  • 761
  • 1
  • 8
  • 12

1 Answers1

5

The TLC module provides a ToString operator.

Hovercouch
  • 1,962
  • 12
  • 12