阅读量:4
在VB中,Len
函数用于获取一个字符串或数组的长度。对于字符串来说,Len
函数返回字符串中的字符数;对于数组来说,Len
函数返回数组元素的数量。例如:
Dim str As String str = "Hello" MsgBox Len(str) ' 输出 5 Dim arr(3) As Integer MsgBox Len(arr) ' 输出 4
在VB中,Len
函数用于获取一个字符串或数组的长度。对于字符串来说,Len
函数返回字符串中的字符数;对于数组来说,Len
函数返回数组元素的数量。例如:
Dim str As String str = "Hello" MsgBox Len(str) ' 输出 5 Dim arr(3) As Integer MsgBox Len(arr) ' 输出 4
为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!