... I have a problem.
There is a difference between a file when I see it in the Variable Watcher before it was save and the file on the hard disk (there is an empty line between two line).
So I write this when the file was saved ...


  put homepath&"/debugtable1" into nomFich

  open file nomFich for write
  write file_to_write to file nomFich
  close file nomFich


  open file nomFich for read
  read from file nomFich until EOF
  close file nomFich

  if it is not file_to_write then breakPoint

... then Revolution make a break.

I don't understand. It 's  magic spell ? Abracadabra ...
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to