Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String function that extracts '
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00561702
Message ID:
00561718
Views:
24
Dim j As Integer
Dim ValueStr As String

j = InStr(ValueStr, "'")
If j > 0 Then
ValueStr = Mid(ValueStr, 1, j - 1) + Mid(ValueStr, j + 1, Len(ValueStr))
End If
Previous
Reply
Map
View

Click here to load this message in the networking platform