Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Interrupting an action

From: agem:crosswinds at: 15-Jul-2001 16:25

RE: [REBOL] Re: Interrupting an action [agem--crosswinds--net] wrote:
> RE: [REBOL] Interrupting an action > > [Sanghabum--aol--com] wrote: > > > > Hi all, > > > > If I've got a VID action facet that takes a long time, how can I provide the > > user with some way of aborting the action? > > > i: i + 1 > ;only all 100 steps os-call > if i // 100 [
if i // 100 = 0 [ of course.. -Volker