Thanks, Graham, I somehow forgot about this. According to Help page for AddColumn() it should be 1.0 and not 1, but both versions work ok:
AddColumn(MarketID(0), "Market ID", 1.0); Lester --- In [email protected], Graham <[EMAIL PROTECTED]> wrote: > > try this > AddColumn( MarketID(0), "Market ID", 1 ); > -- > Cheers > Graham > > 1) By default MarketID() function will return the number for Market #4 as > > 4.00 in Exploration. In the code below I used NumToStr() to remove the > > decimal point and the zeros, but I'm not sure if this is the best approach.
