[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Deleting a Composite from afl?



PureBytes Links

Trading Reference Links

Herman,

Probably something along these lines.
Variables to change are "filename" and "filepath"
This should paste directly into AA without any problems.

fso = CreateStaticObject("Scripting.FileSystemObject");
filename = "~YourFile";
filepath = "D:\\" + GetDatabaseName() + "\\_\\";
if ( fso.FileExists( filepath + filename ) )
{
fso.DeleteFile( filepath + filename );
}
Filter = 1;
AddTextColumn( filepath + filename, "Full File Path");

Regards,
William Peters
www.amitools.com

-----Original Message-----
From: Herman vandenBergen [mailto:psytek@xxxxxxxx]
Sent: Sunday December 28, 2003 7:15 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Deleting a Composite from afl?


Hello,

since i get such excellen help from the list, one more question: is it possible to delete Composites from afl?

many thanks,
herman


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 


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. 


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 

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:
 http://docs.yahoo.com/info/terms/