| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
 
You can implement it now using static 
variables:
 
if( StaticVarGet("RunAlready" ) != 
1 )
{
   // code to run once here
  // ...
  //...  
 StaticVarSet("RunAlready", 1 );
}
Best regards,Tomasz 
Janeczkoamibroker.com
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Ara Kaloustian 
  
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">AB-Main 
  Sent: Saturday, July 10, 2004 10:04 
  AM
  Subject: [amibroker] AFL
  
  Some time ago there was a function or some method 
  that would execute once only when AB was first turned on...
   
  I can not remeber the details ... can not even 
  think of how to search for it ...
   
  Appreciate a reminder if anyone recalls 
  it
   
  Thanks
   
  AraCheck AmiBroker web 
  page at:<A 
  href="">http://www.amibroker.com/Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
  ADVERTISEMENT 
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 |