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

[REBOL] [ Core ] Meaning of FLAGS?

From: rebolinth::nodep::dds::nl at: 3-Apr-2002 19:09

Hello All, Can anyone explain me the meaning of "flags" within an opened port? And what is the bitmask meaning of the value? example after (server: open tcp://:8000) ... ... make object! [ flags: 786947 misc: [4 [] 0] tail: 0 num: 2 with: "^M^/" custom: none index: 0 func: 3 fpos: 0 inBuffer: none outBuffer: "hi" ] ... ... Thanks in advance... (R)egards, Norman