S strange Client Регистрация 14.09.2012 Сообщения 7 Благодарностей 0 Баллы 1 25.10.2012 #1 Is there a way to use "Either, Or Logic" with variables.
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 25.10.2012 #2 You can use OR. Just put a pipe between your inputs for logic.... Email\ sent|Confirmation\ sent
S strange Client Регистрация 14.09.2012 Сообщения 7 Благодарностей 0 Баллы 1 25.10.2012 #3 ok, i set {-Variable.c-} to 1 and {-Variable.d-} to 2. next for {-Variable.e-}, i set it to {-Variable.c-}|{-Variable.d-} but i can't get it to be either 1 of them
ok, i set {-Variable.c-} to 1 and {-Variable.d-} to 2. next for {-Variable.e-}, i set it to {-Variable.c-}|{-Variable.d-} but i can't get it to be either 1 of them
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 25.10.2012 #4 Where you try to use it? Screenshot of action's settings?
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 25.10.2012 #5 yeah, that's strange
S strange Client Регистрация 14.09.2012 Сообщения 7 Благодарностей 0 Баллы 1 26.10.2012 #6 this is a sample Вложения 1test.xmlz 34,9 КБ Просмотры: 268
S sMax Client Регистрация 04.05.2011 Сообщения 132 Благодарностей 49 Баллы 28 26.10.2012 #7 You could use javascript for that ({-Variable.c-}||{-Variable.d-}) and set that to variable.last put variable.last as the value
You could use javascript for that ({-Variable.c-}||{-Variable.d-}) and set that to variable.last put variable.last as the value
S strange Client Регистрация 14.09.2012 Сообщения 7 Благодарностей 0 Баллы 1 26.10.2012 #8 sMax сказал(а): You could use javascript for that ({-Variable.c-}||{-Variable.d-}) and set that to variable.last put variable.last as the value Нажмите, чтобы раскрыть... not working for me
sMax сказал(а): You could use javascript for that ({-Variable.c-}||{-Variable.d-}) and set that to variable.last put variable.last as the value Нажмите, чтобы раскрыть... not working for me
S strange Client Регистрация 14.09.2012 Сообщения 7 Благодарностей 0 Баллы 1 26.10.2012 #9 double post Последнее редактирование: 26.10.2012
S sMax Client Регистрация 04.05.2011 Сообщения 132 Благодарностей 49 Баллы 28 26.10.2012 #10 You put it in a javascript action and it didn't work? It works on my machine. But that logic may always give you the same result. You need to rethink what you're doing. Maybe use random indexes with a list. Вложения 1test.xmlz 33,1 КБ Просмотры: 227
You put it in a javascript action and it didn't work? It works on my machine. But that logic may always give you the same result. You need to rethink what you're doing. Maybe use random indexes with a list.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 26.10.2012 #11 You should use spintax here. Вложения 1test.xmlz 32,1 КБ Просмотры: 244