Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equivalent of VFP AT()?
Message
De
02/05/2002 15:28:53
 
 
À
02/05/2002 15:24:05
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00652048
Message ID:
00652076
Vues:
23
>>>>I need to get the location of the nth occurence of a string within another string (from the string end). This is simple in VFP - use RAT(). Is there a VB equivalent?
>>>
>>>Isn't there a Instr() function? See also Mid().
>>
>>Close, but no cigar. InStr() (specifically InStrRev(), in my case) returns only the 1st occurrence - although you can specify where you want it to start - but that still means walking the string backwards.
>>
>>Mid() is the equivalent of SubStr().
>
>I haven't found a way to start at nth occurence. I checked my code and I am using a loop for that by manipulating the string in a temp string. Maybe someone knows a better way.

Yes, I figured I'd have to do that. Thanks anyways.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform