| 
 PureBytes Links 
Trading Reference Links 
 | 
No string arrays in AB.
Best you can do is this or Mark H's suggestion:
 
strArray = "str1,str2,str3,str4,.);
 
There are functions like StrExtract( list, item ) to extract the values.
 
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of jay_podda
Sent: Monday, November 06, 2006 13:07
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] String Arrays
 
I want to store strings in array. When I use assign string to array 
element, it gives me error invalid type. For array element 0 to 
BarCount-1, I want to check for particular condition and assign string 
for each element and then plot some of this text on price chart. How 
can I do that. I want to do this only once when AFL formula is 
executed.
 
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
 
 |