Stephen Jones Mon, 23 Jul 2012 19:05:33 -0700
string[] textData=read text data; float[] f;
foreach(string s; textData){ f~=to!(float)(s); }