Login Page - Create Account

Support Board


Date/Time: Tue, 15 Jul 2025 19:44:39 +0000



Post From: Breaking up SetCustomInputStrings() into multiple lines.

[2023-06-05 00:00:20]
ForgivingComputers.com - Posts: 1083
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");