... dl.Clear(); for(int i=1; i<=value; ++i) { double k= value/i; if ( k > 5 && k < 45 ) { String s = Format("%.02f", k); // convert to string //double StrDbl(const char *s);// back to double dl.Add(s); } } ...
Report message to a moderator