Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 10:24:53 +0000



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

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