PureBytes Links
Trading Reference Links
|
Daniel,
Internally NumColumns is coded as 32bit integer (hence 2^31 is maximum positive number)
but Windows ListView Control which is used to display the resuls
has some limitations and I think that it does not allow more than 65536 columns
(I haven't checked it but many Windows controls has these limits)
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: "Daniel Ervi" <trader@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, November 26, 2001 10:06 PM
Subject: [amibroker] NumColumns question
> Hi Tomasz,
>
> Just wondering if there is an upper limit on the number of columns that can
> be output? I only need < 150 for a test export to a classification neural
> network, but it got me curious as to how you defined the numcolumns variable
> (unsigned int?).
>
> Thank you.
>
> Daniel
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
|