PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>very odd.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>is the line below in your vbs file?
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>if right(ucase(flenam), 4) = ".CSV" then
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>it is designed to make the suffix case INsensitive by
changing the flenam into upper case (ucase) and then doing the
comparison.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Glad its working though.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: danielwardadams
[mailto:danielwardadams@xxxxxxxxx] Sent: Thursday, April 22, 2004
12:01 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Re: VBScript to automate back test and export of
tradelist.
dingo,After I changed the .csv to .CSV in the following
statement in your Afl, things finally started working.fh = fopen(
Path+Name()+"-EOD.CSV", "w");So, must be a case sensitivity problem.
Don't know why other people didn't have it
(??).Dan
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.
|