| 
 I have some code that is working well ... 
 
  
I wanted to find out how long it takes to execute 
so I put a for loop around it and got error... 
  
"Start time " + Now(2); 
for (i=0; i<100; i++) 
{ 
  
existing code 
} 
"End time " + Now(2); 
  
error : 
// Comment line 
f 
  
Error 32 
Syntax error, probably missing semicolon at end of 
previous line 
  
  
the line where error is found is: 
function xxxx(...) 
  
and only letter " f" prints before 
error. 
  
Anyone seen this behaviour before?  
 
I do have several sections commented out with /* 
... */.  The behaviour of  /* ... */ I have not completely 
undestood.  wonder if that's a problem? 
  
Using latest AB beta  
  
Thanks 
  
Ara 
  
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
 
 
    
 |