tsNetRetrData |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | tsNetRetrData(<pConnectionID>, <rError>)
|
Associations | tsnet |
Summary | Retrieve any returned data from a transfer.
|
Edition | Indy |
Introduced | 8.1 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
pConnectionID | | The identifier of the transfer to retrieve.
|
rError | | If the connection identifier is invalid or any other error
occurs in retrieving the data, an error will be returned that starts
with "tsneterr:". Otherwise this will be set to empty.
|
|
Example | local tError, tData
put tsNetRetrData("myConnID", tError) into tData
|
Values | Name | Type | Description |
---|
return | | The tsNetRetrData returns the data retrieved from the server
during the transfer.
|
|
Related | Library: tsNet
|
Description | Retrieve any returned data from a transfer.
|
Tags | externals |