Thread: CSV reader!
View Single Post
  #1 (permalink)  
Old 04-21-2006, 05:49 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Lightbulb CSV reader!

Hi folks,


I have a tool today that I hope it's a useful for you as it for me!
MQL4 enable us easily to write to csv (Comma-separated values) files. But it's hard to write script that handling reading from csv files and it's hard to make it a fast operation (Just imagine you have a csv file with 100000 record).
That's why I've got a lot of requests asking my to write a csv reader dll in c++


......


http://www.metatrader.info/node/106

I hope to see your comment and what's else you want me to add to this tool!
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Reply With Quote