Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with Strings
Message
From
08/07/2003 15:50:03
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00808198
Message ID:
00808207
Views:
12
Brenda,

Look at strtran() function:
lcString1 = "hello:world:!"
lcString2 = strtran(lcString1, ":", ": ")
>How can I take a string and replace certain constants with constants of a largers, or smaller size? Say I want to replace all ':' with ': '. There are several different constants and each constant could have many different occurances. I am using VFP 6.0.
>
>Thanks
>
>Brenda
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform