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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.GetTag
Queries the tag value.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 5.2 | Yes | Yes | Yes | Yes | Yes |
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
Created 12nd July 2015, last changed 11st May 2016
CURL.GetStartTransferTime - CURL.GetTotalTime
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins