Support Board
Date/Time: Sun, 25 May 2025 13:49:09 +0000
Post From: Breaking up SetCustomInputStrings() into multiple lines.
[2023-06-05 00:00:20] |
ForgivingComputers.com - Posts: 1058 |
I understood the question as "Can I create a list of input strings and have it display in multiple rows of the editor?"
If so, then you can break a string into lines of text with the backslash character: SCInput[0].SetCustomInputStrings("Choice Number 1;\
Choice Number 2;\ Choice Number 3;\ Choice Number 4"); |