Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan ..Endscan how to use
Message
From
09/11/2004 20:16:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Scan ..Endscan how to use
Miscellaneous
Thread ID:
00959824
Message ID:
00959824
Views:
39
Hello,

How to use Scan .. endscan to replace in the following codes which are
worked fine ?
Select State
Go Top
Select ccRegion
Do While !Eof("State")

	Locate For ccRegion.Reg_Code = State.Reg_Code
	If !Found()
		Append Blank
		Replace ccRegion.Reg_Code With Left(State.Reg_Code,3)
                =TableUpdate(.T., .T., "ccRegion")
	EndIf
	Skip 1 In State
EndDo
Tia
Next
Reply
Map
View

Click here to load this message in the networking platform