字符串合并插入的问题里,怎么用instr,len,mid函数?
1个回答
展开全部
instr是插入instr(字符串,位置)
len是计算字符串长度
mid是取子字符串,mid(字符串,位置,长度)
给个问题
len是计算字符串长度
mid是取子字符串,mid(字符串,位置,长度)
给个问题
追问
比如text1输入abc,text2里输入1234,label得到a1b2c34
追答
Private Sub Command1_Click()
Dim i As Integer, str As String, txt1len As Integer
str = ""
txt1len = Len(Text1.Text)
txt2len = Len(Text2.Text)
ReDim txt1(txt1len) As String
ReDim txt2(txt2len) As String
For i = 1 To max(txt1len, txt2len)
If i len2 Then
max = len1
Else
max = len2
End If
End Function
来自:求助得到的回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询