| 
 PureBytes Links 
Trading Reference Links 
 | 
I take the moment for a question on afl: it is possible to remember one variable?
example:
  tot=0;
  tot=iif( tot<10 , tot+2 , tot );
<or>
  tot=0;
  if(tot < 10)
    tot=tot + 2;
  
Thanks in advance for your help.
 Best regards,
 stefano
TJ> Hello,
TJ> Broker.chm has been produced using Microsoft Help Compiler 1.3
TJ> therefore should be *identical* with other .chm files found on your machine.
TJ> Do you get any error message?  Which service pack are you using?
TJ> You may try
TJ> http://windowsupdate.microsoft.com/
TJ> to get updates to your system.
>> Hi to all
>> I have installed win2000 professional in substitution of win98 and the
>> file Broker.chm do not work.
>> Only this .chm file don't work, all other .chm it's ok.
>> Nobody has some idea to resolving the problem?
>> 
>> Thanks in advance for your help.
>> 
>> -- 
>> Best regards,
>>  stefano 
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/BVVfoB/hP.FAA/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/ 
Attachment:
w2000-chm.jpg
Description: JPEG image
Attachment:
Attachment:
Description: "Description: JPEG image" 
Attachment:
Description: "ami-chm.jpg" 
 |