Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
 
Info
titleAvailability

This routine is available since Blitz Actions 4.1.0

Syntax: 

BA_getBlitzAttribute(name)

Description:

Excerpt

Returns the value stored for the given attribute name or an empty string, if no value is stored for that name.

Parameters:

Parameter name

Type

Required

Description

namestringyesThe attribute name

Return type:

string

Example:

Example 1:

Code Block
return BA_getBlitzAttribute("userKey");

Example 2:

Code Block
return BA_getBlitzAttribute("city");