getVariable()
Last updated 12/09/2024
Example
The following code is checking if a global variable has been set for the ISBN or Title variables using
getVariable()
in the format of five.getVariable('variableName')
Check if the global variables have been set using getVariable()
if (five.getVariable('ISBN') !== '' || five.getVariable('Title') !== '') {
// execute code if the ISBN or Title exists
}