Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Soting numeric values in character fields
Message
From
11/02/2002 18:48:33
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00618630
Message ID:
00618640
Views:
8
Hiya Simon...

Try: st_name+PADL(ALLTRIM(STR(st_num)), 10, "0")+PADL(ALLTRIM(STR(st_num)), 10, "0")

So you get "MAIN00000000100000000001" as a sorting string.... I chose 10 digits arbitrary... those
"0" in the PADL() are zeros...

HTH

Ric
>
>I have a address table 1 field for the street name and another field for the street number and another for the suite number all ar character type , I want to sort the table by streets so i did the index on st_name+st_num+suite but than it sorts like that
>
>1
>11
>112
>2
>
>Can someone please help me how to sort it in the proper way with the numeric order.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform