主页 > 知识库 > vbs字符串分割函数

vbs字符串分割函数

热门标签:银行业务 美图手机 检查注册表项 铁路电话系统 智能手机 服务器配置 网站文章发布 呼叫中心市场需求
复制代码 代码如下:

Function CutAndJoin(sSource, iLong, sJoiner)
Dim I, N
N = Len(sSource) / iLong
If(N > Fix(N))Then N = Fix(N) + 1
For I = 0 To N - 1
CutAndJoin = CutAndJoin Mid(sSource, I * iLong + 1, iLong) sJoiner
Next
If(N > 0)Then CutAndJoin = Left(CutAndJoin, Len(CutAndJoin) - Len(sJoiner))
End Function
WScript.Echo(CutAndJoin("hello world!", 1, "$"))

标签:沧州 河南 长治 新疆 沈阳 红河 乐山 上海

巨人网络通讯声明:本文标题《vbs字符串分割函数》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266