If statement Logic

launchbeast

Client
Регистрация
29.01.2012
Сообщения
21
Благодарностей
0
Баллы
0
When doing a logic if statement, how would you say, if something is EQUAL to something else.

I've tried these:
{-Variable.CheckingIfMemberCanBeContacted-}=text to check if it equals
{-Variable.CheckingIfMemberCanBeContacted-}==text to check if it equals
{-Variable.CheckingIfMemberCanBeContacted-}===text to check if it equals

with no luck. any help?
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
'{-Variable.CheckingIfMemberCanBeContacted-}'=='text to check if it equals'

Since this is text you have to put the string signifiers in there which is an apostrophe.
 

launchbeast

Client
Регистрация
29.01.2012
Сообщения
21
Благодарностей
0
Баллы
0
Doh! Thanks, appreciate the help.
 

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