Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
REPLACE in a SCAN..
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00694072
Message ID:
00694087
Views:
15
Dear Jim

Thanks for replying I'm your student from Appdev, According to your lessons the following should work...


SELECT *,SPACE(8) as nafseq2 from znaf INTO TABLE datax\znaf2

seq=8950
SCAN
seq=seq+1
replace znaf2.nafseq2 WITH ALLTRIM(znaf2.nafseq) IN znaf2
replace znaf2.nafseq WITH STR(seq,8) IN znaf2
ENDSCAN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform