Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String function that extracts '
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00561702
Message ID:
00561718
Vues:
25
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform