Matching Empty String

#DmT# returns empty string for minute 0. How do i match that in conditional expressions?

#DmT#==""?a:b fails
#DmT#==’’?a:b fails
#DmT#==null?a:b fails
#DmT#== ?a:b fails

Why do you need to mate you can always use #DmZ# to run exceptions from

1 Like

Go at it sideways … just use the tag for minutes (numeric value).

$#Dm#==0?a:b$

1 Like

Gosh I feel so dumb now. Thanks, that should work, but while I’m here, is there any way to match empty strings?

@Facer_Official might like to comment …

I think this is a weakness / design-flaw in the underlying syntax parser.


And, they are missing functions for string-length, sub-string, etc. anyway.

1 Like