Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 05:12:45 +0000



Post From: sc.Input[].SetCustomInputStrings() delimiter

[2016-10-21 03:49:02]
User553714 - Posts: 184
Hi,

At the moment I think the only delimiter for SC function sc.Input[].SetCustomInputStrings() is ";" as per the documented example below;
CustomInput.SetCustomInputStrings("Option 1;Option 2;Option 3;Option 4")
The problem is when you have a combination of long strings and/or a large number of strings you end up with a very long series of characters (500 in my case) in your code which you can't shorten. I tried using a carriage return after each ";" to make the code more readable but the DLL wouldn't compile.
This is not urgent, but can you consider allowing the use of a carriage return in this function in a future upgrade.

Regards