Friday, 11 November 2011

How to reference local variables

When using Forms Personalization is always preferable, if possible, to use local variables instead of global variables.
To access the value of a local variable, the syntax is:
${var.<local variable name>.value}

No comments:

Post a Comment