以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- validPIN函数报错,如何被免? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=117032) |
-- 作者:pc005637 -- 发布时间:2018/4/4 14:51:00 -- validPIN函数报错,如何被免? validPIN函数报错,如何被免? |
-- 作者:有点甜 -- 发布时间:2018/4/4 15:04:00 -- try catch
http://www.foxtable.com/webhelp/scr/2070.htm
|
-- 作者:有点甜 -- 发布时间:2018/4/4 15:06:00 -- 或者自己实现此函数
Dim address As String = "11x22x35x44x53x12x23x36x45x54x13x31x37x46x61x14x32x41x50x62x15x33x42x51x63x21x34x43x52x64x65x71x81x82x91" Dim birth As String = idNumber.Substring(6, 8).Insert(6, "-").Insert(4, "-") Dim arrVarifyCode As String() =("1,0,x,9,8,7,6,5,4,3,2").Split(","c) Dim y As Integer = -1 Return True |