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
