You can pluck a character out of a string but a
string is a string of characters and not an array.
There are string handling functions
that are probably aware of.
StrMid( STRING, start, count)
newstring = strmid( string, 1, 2 ); for example I believe you can index
the position of the character in question and pick one or more characters, in
this case it's 2.
Hope this helps.
JOE
----- Original Message -----
Sent: Friday, March 10, 2006 9:46
AM
Subject: [amibroker] String
arrays??
Is there any way to refer to stringvar[i] in a
loop?
Thanks!
----- Original Message ----- From: "Tomasz
Janeczko" <amibroker@xxxxxx> To: <amibroker@xxxxxxxxxxxxxxx> Sent:
Friday, March 10, 2006 9:39 AM Subject: Re: [amibroker] Data Padding
Question?
> Hello, > > Are you asking for AA
(scan/exploration/backtest). If so, then answer is > yes, > this
feature is built-in: "Pad & align to reference symbol" in AA >
Settings. > > Best regards, > Tomasz Janeczko >
amibroker.com > ----- Original Message ----- > From: "trb0428"
<trbrowne@xxxxxxxxxxx> > To:
<amibroker@xxxxxxxxxxxxxxx> > Sent: Friday, March 10, 2006 3:35
PM > Subject: [amibroker] Data Padding
Question? > > >> HI - Can AFL pre-pad a data array? For
example, my understanding of >> padding is that it fills holes in any
missing data by filling it in >> with the previous days value. In my
application, I would like to be >> able to fill in data for days
prior to the first day the stock traded >> back to a certain date.
For example, if stock xyz began trading on >> 3/1/06 at $6, I would
like to be able to show its close value as $6 >> all the way back to
some previous date, say 1/1/2002. Does anyone know >> if this is
possible? >> >> Thanks in advance, >>
Tom >> >> >> >> >> >> >> >>
Please note that this group is for discussion between users
only. >> >> To get support from AmiBroker please send an
e-mail directly to >> SUPPORT {at}
amibroker.com >> >> For other support material please check
also: >> http://www.amibroker.com/support.html >> >> >>
Yahoo! Groups
Links >> >> >> >> >> >> >> > > > >
Please note that this group is for discussion between users
only. > > To get support from AmiBroker please send an e-mail
directly to > SUPPORT {at} amibroker.com > > For other
support material please check also: > http://www.amibroker.com/support.html > > >
Yahoo! Groups Links > > > > > >
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|