Two Variables in One If

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

mactron

Пользователь
Регистрация
16.11.2014
Сообщения
93
Реакции
2
Баллы
8
Hello,

How to put two variables in one if with the same rule..

Something like that...

'{-Variable.Variable1-} + {-Variable.Variable2-}' != ''
 
Thank you Tobbe..
 
becuse a + b should be empty string the right logic operation for var a+b !="" should be
a==b && a!=""
or
a==b && b!=""
or
a!="" && b!=""
or
!(a=="" && b=="")
 

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