sock_who_uses()

A warning note icon.This section is currently being reworked. We apologize for the inconvenience. If you need immediate assistance, please contact Tibbo Support.


Description:

API procedure, returns the signature of the specified socket's user.

Syntax:

function sock_who_uses(sock_num as byte) as string

Returns:

The signature left by the socket's user on sock_get() invocation.

See Also:

Step-by-step Usage Instructions, Operation Details


Parameter

Description

sock_num

Socket number.

Details

Set SOCK_MAX_SIGNATURE_LEN to anything above 0 in order to be able to use signatures.

sock_who_uses()

Details