I am not a C programmer but, using a SCADA package that uses C for its scripting. I need help with the following code snipet.<br>rfp = fopen(c:\textfile\group.lvl)<br>fread(name,1,8,rfp)<br>fread(password,1,26,rfp)<br>fclose rfp<br>In the fread funtion what are the ,1,8 and ,1,26 parameters?