Skip to end of banner
Go to start of banner

BA_getBlitzAttribute

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

Availability

This routine is available since Blitz Actions 4.1.0

Syntax: 

BA_getBlitzAttribute(name)

Description:

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:

return BA_getBlitzAttribute("userKey");

Example 2:

return BA_getBlitzAttribute("city");
  • No labels