@VALUE

Description

Returns the text of the current object (usually a field).

Example

In this example, the rule that contains the action is bound to a field and the smart parameter returns the text of the current field. If the current object is not a field, @VALUE looks for a value in a variable Text of the calling object.

Action and return value XML example (if applicable)

Action: rr_Get("@VALUE")

Return value: SUV

<F id="Car_Type">
  <V n="TYPE">Car_Type</V>
  <C cn="10" cr="588,748,600,769">83</C>   <-- ASCII ‘S'
  <C cn="10" cr="605,748,620,769">85</C>   <-- ASCII ‘U'
  <C cn="10" cr="625,748,643,769">86</C>   <-- ASCII ‘V'
</F>