Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
FileMaker Magazin
This function is free to use.
Created 12nd July 2015, last changed 27th December 2023