hello! I'm writing to a file an array, but it only writes the small numbers such as 23.328746 or 0.7 and not any large number like 356236. For the larger numbers it just prints *****.
/OUTPUT
*CFOPEN,'interpolated_val','txt'
*VWRITE,final_val(1,1,1),final_val(1,2,1)
%f,%f
*CFCLOS

do you have any suggestions for this?