检查是否是手机号码

'**************************检查是否是手机号码************************
function checkMobile(no)
 if no ="" or isnull(no) = true then
    checkMobile=false
    exit function
 end if

More...