PureBytes Links
Trading Reference Links
|
Hi again Andrew,
Friday, December 5, 2003, 6:47:32 PM, you wrote:
A> Same concept, another option.
A> List = "MSFT,INTC,IBM";
A> myorder = 1000;
A> for( i = 0; ( sym = StrExtract( List, i ) ) != ""; i++ )
A> {
A> if(Name()==sym){myorder = i+1;}
A> }
A> Filter = 1;
A> AddColumn(myorder,"My Order");
A> Just type your list in the order you want
A> Andrew
I think I like this best. ^_^ Thanks again!
Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|