×

Check If Global Variable Exists

iOS 14 +

Notes

Check if a global variable already exists with an option to create it if it doesn't.

Syntax

checkGV(name: <#String (Allows Variables)#>, create: <#Boolean#>, value: <#String (Allows Variables)#>)

Example

checkGV(name: ""Last updated date"", create: true, value: """")