Save on Quit?

Richmond richmondmathewson at gmail.com
Sat Mar 30 12:28:03 EDT 2013


On 03/30/2013 05:22 PM, Richard Gaskin wrote:
> Richmond wrote:
>
> > I wonder if anybody can tell me why this works as a stack, but
> > doesn't as a standalone:
> >
> > on mouseUp
> >     ---
> >     set the lockScreen to true
> >     delete file "BacktUp.rtf"
> >     if fld "DoneText" of card "Entry" of stack "RWord" is not empty 
> then
> >        set the vis of img "SAVE" to true
> >        set the lockScreen to true
> >        put the RTFtext of fld "DoneText" of card "Entry" of stack
> > "RWord" into url("file:" & BacktUp & ".rtf")
> >        set the lockScreen to false
> >        set the vis of img "SAVE" to false
> >     end if
> >     ---
> >     Quit
> >     ---
> > end mouseUp
>
>
> What do you see when you run it after adding this line immediately 
> below the one that writes the file?:
>
>   answer "RESULT: " & the result && "SYSERR: "& sysError()
>
>

RESULT: SYSERR: 2

Richmond.

> -- 
>  Richard Gaskin





More information about the use-livecode mailing list