PureBytes Links
Trading Reference Links
|
I do have that line, in two places actually. So I dunno why it didn't
work before ... but now that it does, I'm not changing anything! ;-).
--- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> very odd.
>
> is the line below in your vbs file?
>
> if right(ucase(flenam), 4) = ".CSV" then
>
> it is designed to make the suffix case INsensitive by changing the
flenam
> into upper case (ucase) and then doing the comparison.
>
> Glad its working though.
>
> d
>
>
> _____
>
> From: danielwardadams [mailto:danielwardadams@x...]
> Sent: Thursday, April 22, 2004 12:01 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [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 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/
|