nicoviaux

5 Reputation

One Badge

11 years, 180 days

MaplePrimes Activity


These are replies submitted by nicoviaux

@Carl Love 

Hi, ok, but now I put:

 

file:=fopen("/home/nicoviaux/Dropbox/BRgrav/BR1000f15.txt",WRITE):
try
for i to 4 do
fprintf(file,"%g %g\n",i/10.0,i):
od
end try:
> fclose(file);

 

and the file is created but empty :(

Hi, ok, but now I put:

 

file:=fopen("/home/nicoviaux/Dropbox/BRgrav/BR1000f15.txt",WRITE):
try
for i to 4 do
fprintf(file,"%g %g\n",i/10.0,i):
od
end try:
> fclose(file);

 

and the file is created but empty :(

 

Page 1 of 1