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

[REBOL] Re: no-wait for scheme

From: dockimbel:free at: 18-Aug-2003 10:13

Bonjour Patrick, You should try to use 'set-mode instead of setting port flags. (Warning: untested!) Replace the line : port/sub-port/state/flags: 524835 by : set-mode port/sub-port [direct: binary: no-wait: true] or maybe : set-mode port [direct: binary: no-wait: true] Let us know if this works correctly. HTH, -DocKimbel Selon [patrick--philipot--laposte--net]: