Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change *!* to *-- Can't remember where I read how to d
Message
From
25/09/1999 12:33:17
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
20/09/1999 23:35:12
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00266960
Message ID:
00268934
Views:
21
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform