Re: [SR-Users] Syntax help in comparison of values of variables

2014-06-26 Thread Daniel-Constantin Mierla
Hello, On 26/06/14 10:05, aawaise wrote: I need some help regarding syntax. Can we put some comparisons on the values of these variables like if ("$ru"=="$fu") remove the double quotes, because they are considered static string in the form you used above. It should be: if($ru==$fu) becau

[SR-Users] Syntax help in comparison of values of variables

2014-06-26 Thread aawaise
I need some help regarding syntax. Can we put some comparisons on the values of these variables like if ("$ru"=="$fu") {xlog("both are same")}; If this is not the way then what is the way to do so ?? -- View this message in context: http://sip-router.1086192.n5.nabble.com/Syntax-help-in