[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bugs in exploration with fullname()



PureBytes Links

Trading Reference Links

Thanks twice

stephane
> 
> If you receive syntax error message it is NOT a bug in the program.
> It is just an error in YOUR formula. 
> 
> AddColumn accepts numbers and arrays of numbers. This is by design.
> 
> For texts you should use
> 
> AddTextColumn( FullName, "Name" );
> =============================
> 
> Also you sent the same question to me directly and was already 
answered
> 3 hours ago.
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> 
> ----- Original Message ----- 
> From: "Stephane Carrasset" <nenapacwanfr@xxxx>
> To: <amibroker@xxxx>
> Sent: Thursday, October 17, 2002 4:16 PM
> Subject: [amibroker] bugs in exploration with fullname()
> 
> 
> > Tomasz,
> > 
> > it seems I get an error in an exploration with
> > AddColumn( FullName(), "nom" ) 
> > 
> > and it works with
> > NumColumns = 3;
> > Column0 = FullName();
> > 
> > stephane