Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCCom Home | FCCom Function List GetOption()

GetOption()

Purpose:
FCCom::GetOption() returns the value associated with a known server option.
Usage:
<optval> = FCCom::GetOption(<connident>,<optname>);
Arguments:

integer <connident> - A connection id returned by an earlier call to FCCom::Alloc().

alpha <optname> - A valid option name.
Returns:
"" - Error, invalid <connident> or invalid <optname>.
The value for the option as an alpha.
Where Used:
FCCom::GetOption() can be called anytime you have a valid connection id.
Example:
Example
Description:
FCCom::GetOption() returns the value associated with a known server option. The known server options are:
Bugs/Features/Comments:
See Also: See Also
FCCom Function List


Back to Top