setValue()

Set value in the current field.

Syntax

setValue(
   value  STRING )
  1. value is the new value to set in the field.

Usage

You can use it to set the value on a field in an application form to test its action in a scenario. For example:

CALL ggc.setValue("Hello World!")