以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 请教,如何提取后面的数字呢,谢谢 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=94571) |
-- 作者:gryy -- 发布时间:2016/12/27 11:16:00 -- 请教,如何提取后面的数字呢,谢谢 Dim t As String =" BXS514-03-01" dim t1 As string = "BS428-01" 请教,如何提取后面的数字呢,不要前面的字母,谢谢
|
-- 作者:有点色 -- 发布时间:2016/12/27 11:57:00 -- 参考
Dim str As String = " BXS514-03-01" |