Go to card has become slow
    Bob Sneidar 
    bobsneidar at iotecdigital.com
       
    Mon Apr  6 13:35:24 EDT 2020
    
    
  
You are testing low level file operations. I am testing the saving of a Livecode stack. I don’t think this test applies.
Bob S
On Apr 6, 2020, at 9:28 AM, Richard Gaskin via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:
on mouseUp
 put the long seconds into t
 write "somedata" to url ("file:whatever")
 if the result is not empty then
    answer "Couldn't write file (" &sysError()&")"
    exit to top
 end if
 put the long seconds - t
end mouseUp
    
    
More information about the use-livecode
mailing list