Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

CURL.GetTag

Queries the tag value.

Component Version macOS Windows Linux Server iOS SDK
CURL 5.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.GetTag"; curl )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl

Result

Returns text or error.

Description

Queries the tag value.

Examples

Query record ID from tag in script:

Set Variable [$curl; Value:Get(ScriptParameter)]
Set Variable [$RecordID; Value:MBS("CURL.GetTag"; $curl)]

Test tag:

Set Variable [$curl; Value:MBS( "CURL.New" )]
#Set Tag to some value
Set Variable [$r; Value:MBS( "CURL.SetTag"; $curl; "Hello World")]
#Later read back the value
Set Variable [$tag; Value:MBS( "CURL.GetTag"; $curl)]

See also

Example Databases

Blog Entries

This function checks for a license.

Created 12nd July 2015, last changed 11st May 2016


CURL.GetStartTransferTime - CURL.GetTotalTime

💬 Ask a question or report a problem