Hi,
MatchesMask('pplpw03', 'pplpw03'); ====> True
MatchesMask('pplpw03', 'pplpw??'); ====> True
MatchesMask('pplpw03', 'pplpw*'); ====> True
MatchesMask('pplpw03', 'pplpw??.*'); ====> False
MatchesMask('pplpw03', 'pplpw*.*'); ====> False
is correct that the result of last 2 MatchesMask is false or it's a bug?
Thanks, Mario