[amibroker] Concatenating a ticker to a tickerlist - format of Tickerlist ???

2009-06-08 Thread gmorlosky
What format is a tickerlist (watchlist, favorites, industry, whatever)in ? Since it is acceptable to add to strings; z = x + y; // correct, concatenation of strings is OK I need to add a ticker to any tickerlist selected by my exsiting code of: Tickerlist = CategoryGetSymbols( Tickercategory,

Re: [amibroker] Concatenating a ticker to a tickerlist - format of Tickerlist ???

2009-06-08 Thread dingo
how do you know its not working? I think it should be. d On Mon, Jun 8, 2009 at 3:55 PM, gmorlosky gmorlo...@yahoo.com wrote: What format is a tickerlist (watchlist, favorites, industry, whatever)in ? Since it is acceptable to add to strings; z = x + y; // correct, concatenation of strings