Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

Gets the Form Name of the current RAMP screen.

Syntax

CURRENT_FORM()

Parameters

None

Return Value

String. Returns the Form name of the current screen, as a string:

Example

     MyString = CURRENT_FORM() ;

...