Program 12(String Manipulation)
Program 12(String Manipulation)
Aim:
Procedure
Step-1:
Step-2:
Step-3
Step-4
Step-5
Step-6
Table
Coding
Dim s1, s2, s3 As Integer
MsgBox Asc(str1)
End Sub
s1 = StrComp(str1, str2)
If s1 = 0 Then
ElseIf s1 = 1 Then
Else
End If
End Sub
MsgBox (str3)
End Sub
End Sub
MsgBox LCase(str1)
End Sub
Private Sub cmdleft_Click()
MsgBox Left(str1, 2)
End Sub
MsgBox Len(str1)
End Sub
MsgBox LTrim(str1)
End Sub
End Sub
MsgBox Right(str1, 2)
End Sub
End Sub
MsgBox UCase(str1)
End Sub
Design window