Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Case insensitive strtran()
Message
From
25/04/2001 17:41:23
 
 
To
25/04/2001 16:19:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499747
Message ID:
00499876
Views:
32
Try this for the inner loop -- more concise.
	DO WHILE ATC (tcSearchfor, lcReturn) > 0
		lnStart = ATC (tcSearchfor, lcReturn)
		lcReturn = LEFT (lcReturn, lnStart-1) + lcReplace + SUBSTR (lcReturn, lnStart + lnSearchForSize)
	ENDDO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform