sprintf (fname,"%s%02d.dat","./gauss_test",i%32);
String fname = Format("%s%02d.dat","./gauss_test",i%32);
Report message to a moderator