Page 2 of 2

Re: Switch Case

Posted: Tue Mar 09, 2021 5:45 am
by galinaBA
Hello,
I use Stimulsoft Designer 2020.5.2
The same problem is.
When I try to add more then 11 parameters in Switch it causes errors... Why?

Fro example
{Switch(
1 == 1, "1"
,2 == 2, "2"
,3 == 3, "3"
,4 == 4, "4"
,5 == 5, "5"
,6 == 6, "6"
,7 == 7, "7"
,8 == 8, "8"
,9 == 9, "9"
,10 == 10, "10"
,11 == 11, "11"
)}

Re: Switch Case

Posted: Tue Mar 09, 2021 8:12 am
by Andrew
Hello,

Thank you for the question.

What error it causes? Please share the details.

Waiting for your reply.

Re: Switch Case

Posted: Wed Mar 17, 2021 5:57 am
by galinaBA
Hello,
Error is shown in the attached file.

Re: Switch Case

Posted: Wed Mar 17, 2021 6:39 pm
by Lech Kulikowski
Hello,

We have added that task in our to-do list. We will increase the count of arguments in that function.

Thank you.
#3749

Re: Switch Case

Posted: Sun Mar 21, 2021 9:59 am
by Lech Kulikowski
Hello,

The count of arguments was increased, it will be available in the next release build.

Thank you.