[REBOL] Re: what is 'open-proto? (DocKimbel's MySql)
From: dockimbel:free at: 8-Apr-2002 20:27
Hi Tim,
It's defined in Root-protocol object :
>> help Root-Protocol/open-proto
USAGE:
OPEN-PROTO port /locals sub-port data in-bypass find-bypass bp
DESCRIPTION:
Open the socket connection and confirm server response.
OPEN-PROTO is a function value.
ARGUMENTS:
port -- Initalized port spec (Type: any)
REFINEMENTS:
/locals
sub-port -- (Type: any)
data -- (Type: any)
in-bypass -- (Type: any)
find-bypass -- (Type: any)
bp -- (Type: any)
HTH,
-DocKimbel
Tim Johnson wrote: