PureBytes Links
Trading Reference Links
|
I am trying to write to a CSV. file the folowing:
Tdate,ticker1,ticker2,ticker1_close,ticker2_close]
Tdate = NumToStr( DateTime(), formatDateTime );
Ticker1= Name();
Ticker2=StrExtract( List, Col)... (abriveated loping code)
ticker1_close = C;
ticker2_close = Foreign(Ticker2,"C");
is their a way I can use StrFormat to create one variable to write
with fputs?
I can get the fputs statment to write tdate and then use another
fputs to write ticker1 but I can't figure out how to get the comas in
using separate fputs statements.
Any help would be greatly appreciated.
Regards,
JB
------------------------------------
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|