Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
use of seek command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00749086
Message ID:
00750227
Views:
30
>Terry, I hate to bother u again on this, but are u suggesting that I leave the field type as numeric, pad it for format entry and build a a character string index
>
>..or..
>
>actually change the field type to character ?
>
>
>Baxter
Baxter,
Your second option - make it a character field. To do the conversions, add a second 6 character field and do a replace all:
repl all cLotNo with right(str(nLotNo+1000000,7),6)

then remove the nLotNo field from the structure
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform