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

[REBOL] Re: Bug in Library Scripts

From: petr:krenzelok:trz:cz at: 7-Jun-2001 6:16

Hi Carl, was bug of using 'call inside of button action block causing rebol crash confirmed? button "Start antivir" [ if not any [empty? user/name empty? user/last-name] [ rebol-user: create-rebol-user _name _last-name save %/C/rebol-user.cfg rebol-user user: do load %/C/rebol-user.cfg ] call join "F:\vymena\antivir\f-prot\f-prot.exe /NOMEM /HARD /DISINF /NOBREAK /REPORT=" join "F:\vymena\spy!\spust-antivir\logs\" compose-name user/last-name user/name wait 2 quit ] In most cases it is OK, but sometimes I simply get rebol crash .... Thanks, -pekr- Carl Sassenrath wrote: