Hem / Tips & tricks
<%Function IsDigits(strValue) With New RegExp .Pattern="^\d+$" IsDigits=.Test(strValue) End WithEnd Function %>