PureBytes Links
Trading Reference Links
|
Stephane,
Do you mean the order of displaying tickers in tree / ticker list?
Please note that TICKER is a primary (unique) key, while name
is not because it can be empty. Therefore database is internally
sorted alphabetically by ticker.
Currently the only way to display it in alphabetical order by full name
is to use exploration mode:
AddTextColumn( FullName(), "Name" );
and sort by that column by clicking on the header.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "nenapacwanfr" <nenapacwanfr@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, April 27, 2002 9:12 AM
Subject: [amibroker] basic question
> Hi,
>
> is it possible to read the stocks in the workspace with the name
> alphabetic order and not with the ticker order
>
> stephane
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|