Originally posted by TFo
View Post
Unfortunately, isdigit returns true on a blank string / empty variable. You could do something like this:
Code:
<mvt:if expr="NOT ISNULL g.somevar AND isdigit( g.somevar )"> I am a digit <mvt:else> I am not a digit </mft:if>
Leave a comment: