VB6 编程 帮我解释一下下面的代码,主要是中间部分详细一下
DimTempA,TempBAsStringTempA=Trim(txt_lotNo.Text)If(Len(TempA)=6AndCInt(Mid(TempA,3,2)...
Dim TempA, TempB As String
TempA = Trim(txt_lotNo.Text)
If (Len(TempA) = 6 And CInt(Mid(TempA, 3, 2)) > 50) Then
TempB = Left(TempA, 2) & Format(CInt(Mid(TempA, 3, 2)) - 50, "00") & Right(TempA, 2)
Else
TempB = TempA
End If 展开
TempA = Trim(txt_lotNo.Text)
If (Len(TempA) = 6 And CInt(Mid(TempA, 3, 2)) > 50) Then
TempB = Left(TempA, 2) & Format(CInt(Mid(TempA, 3, 2)) - 50, "00") & Right(TempA, 2)
Else
TempB = TempA
End If 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询