Hi All,
I want to evaluate a variable and if the variable is set then I want to use that as the Title and if the Variable is not Set then i want to supply a default value to the variable.
Something like this
If A != ‘’
Title = A
Else:
Title = ‘Default Title’
End If
How do I write this piece of code in Tenmplate Language?
Please guide.
Regards,
Guddu