| 
 PureBytes Links 
Trading Reference Links 
 | 
I like to make a formula that I can see how many of MY_numbers there are 
in  Small_numbers and in Big_numbers rows
// test
Small_numbers = 1 OR 2 OR 3  OR 5 ;
Big_numbers = 31 OR 32 OR 33  OR 35  ;
MY_numbers = (O OR H OR L OR C OR V OR OI );
IF my MY_numbers are equal on Small_numbers row then give me how many of 
them are exist
or give me how many of Big_numbers are true and equal
How we can write this?
Thanks
Panos
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |