PennController for IBEX › Forums › Support › Maze task input in chunks › Reply To: Maze task input in chunks
January 31, 2023 at 8:29 am
#9866
rberaldo
Participant
A second search brought up this post by Jeremy which gave me the solution: splitting the string by using a character other than a space, {s: row.sentence.split("~")}
.