How can I use global variables in pre-defined functions ?

How can I use global variables in pre-defined functions ?

book

Article ID: KB0090262

calendar_today

Updated On:

Products Versions
TIBCO MessageBroker -
Not Applicable -

Description

Resolution:
You need to enclose the global variable name in double quotes, while using it in pre-defined function.
Below is an example of concat function using global variable:

concat("Hello", "%%globalvariable%%")

Issue/Introduction

How can I use global variables in pre-defined functions ?