Dadparvar Well-known member Mar 16, 2016 #1 Hi, I have this: and also have this as a TM: But its not working. Although when I remove the if from Replace field, it shows the result. But I need to have that if around it. Any opinion will be appreciated.
Hi, I have this: and also have this as a TM: But its not working. Although when I remove the if from Replace field, it shows the result. But I need to have that if around it. Any opinion will be appreciated.
Lukas W. Well-known member Mar 16, 2016 #2 You need two "equal signs" to do a comparison, otherwise you're assigning the value after the equal sign to the variable before it.
You need two "equal signs" to do a comparison, otherwise you're assigning the value after the equal sign to the variable before it.
Dadparvar Well-known member Mar 16, 2016 #3 katsulynx said: You need two "equal signs" to do a comparison, otherwise you're assigning the value after the equal sign to the variable before it. Click to expand... Thanks. You always solve my problems with single character
katsulynx said: You need two "equal signs" to do a comparison, otherwise you're assigning the value after the equal sign to the variable before it. Click to expand... Thanks. You always solve my problems with single character