Sorry, re-read your post, leave out the
NOT if you WANT to see these tickers.
-----Original Message-----
From: Terry [mailto:MagicTH@xxxxxxxxxxx]
Sent: Friday, November 18,
2005 18:11
To: 'amibroker@xxxxxxxxxxxxxxx'
Subject: RE: [amibroker] Strright
or Strleft ?
Assuming
the _ character is always 3rd from the left…
Filter = NOT StrFind(Name(),3,1) == "_";
If
the _ character is anywhere you could do:
Filter = NOT StrFind(Name(),"_");
--
Terry
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Anthony Faragasso
Sent: Friday,
November 18, 2005 17:49
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Strright or
Strleft ?
I have some symbols in my database with
names like this: xx_xxx,
I want to filter out and run an
exploration to locate these tickers..
Filter=strright(name(),3)=="_";
What should the correct Syntax
be....
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