B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 17.05.2015 #1 Hi, I have an "IF" condition as: '{-Variable.Variable1-}'=='' In the '' I would like to put a regex code, is it possible here? Thank you, Bam Реакции: CSS
Hi, I have an "IF" condition as: '{-Variable.Variable1-}'=='' In the '' I would like to put a regex code, is it possible here? Thank you, Bam
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 18.05.2015 #2 No. It should be static string
B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 18.05.2015 #3 Can I pass a variable from an action?
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 19.05.2015 #4 What do you mean? You use variable in your example)
B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 19.05.2015 #5 When you say "static string" '{-Variable.Variable1-}'=='static string here' What else can we put here?, Can we pass variables from action boxes like: '{-Variable.Variable1-}'=='{-Variable.Variable2-}' What else please? Do bollean work as: {-Variable.Variable1-} == TRUE
When you say "static string" '{-Variable.Variable1-}'=='static string here' What else can we put here?, Can we pass variables from action boxes like: '{-Variable.Variable1-}'=='{-Variable.Variable2-}' What else please? Do bollean work as: {-Variable.Variable1-} == TRUE
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 19.05.2015 #6 '{-Variable.Variable1-}'=='{-Variable.Variable2-}' Нажмите, чтобы раскрыть... yes '{-Variable.Variable1-}' == 'True' Нажмите, чтобы раскрыть... yes
'{-Variable.Variable1-}'=='{-Variable.Variable2-}' Нажмите, чтобы раскрыть... yes '{-Variable.Variable1-}' == 'True' Нажмите, чтобы раскрыть... yes
B bambinou Client Регистрация 22.08.2011 Сообщения 442 Благодарностей 21 Баллы 18 19.05.2015 #7 Cool excellent! Thank you!