Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change *!* to *-- Can't remember where I read how to d
Message
De
25/09/1999 12:33:17
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
20/09/1999 23:35:12
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00266960
Message ID:
00268934
Vues:
20
>Anyone remember how to change *!* to *-- ? I read about it, but where?
If you are talking about the string "*!*", you can use the STUFF function...

DO WHILE .T.
store AT("*!*",cvar) to nstrloc
IF nstrloc=0
EXIT
ELSE
cvar=STUFF(cvar,nstrloc,3,"*--")
ENDIF
ENDDO
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform