| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Graham,
What does "&&"  mean?  I couldn't find it
in the reference manual or the readme.
thank you,
camp
Graham wrote:
 Try this in place of the IIF
If( C[i]>0 && C[i]!=null )
{ n=n+1 }
Else
{ n=n }
 
Yahoo! Groups Sponsor
  ADVERTISEMENT 
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 the Yahoo! Terms of Service.
 |