Either Or Question

  • Автор темы Автор темы strange
  • Дата начала Дата начала

strange

Client
Регистрация
14.09.2012
Сообщения
7
Реакции
0
Баллы
1
Is there a way to use "Either, Or Logic" with variables.
 
You can use OR. Just put a pipe between your inputs for logic....

Email\ sent|Confirmation\ sent
 
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
 
Where you try to use it?
Screenshot of action's settings?
 
yeah, that's strange
 
this is a sample
 

Вложения

You could use javascript for that

({-Variable.c-}||{-Variable.d-}) and set that to variable.last
put variable.last as the value
 
double post
 
Последнее редактирование:
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.
 

Вложения

You should use spintax here.
 

Вложения

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)