Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space parcing
Message
 
To
06/02/2002 12:16:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00616135
Message ID:
00616139
Views:
28
>hey everyone,
>i have a series of tables which need to be corrected. the problem is that the tables have a column which the path is stored. the data within the column looks like the following:
>
>(the hyphens represent spaces)
>c:\something-----c:\something\somethingelse------c:\something\somethingelse\this
>
>
>
>i need to replace the c: with d: and also make some other changes. the changes will be uniform through-out all the programs.
>
>how do i take the spaces out of the table, make the corrections, and then restore the table back to the way it was with the new corrections(i.e. add the correct number of spaces back)? any help would be appreciated. thank you.

Do the spaces have to be removed?

you can use something like the following to replace the drive letters.
strtran(table.field, "c:\", "d:\")
HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform