Versions Compared

Key

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

...

JavaScript
function FieldTextSet(row, column, fieldText);


Parameters

row
Type: System..::.Int32Screen Int32
Screen row of the field.

column
Type: System..::.Int32Screen Int32
Screen column of the field.

fieldText
Type: System..::.StringText String
Text to copy into the field.

Return Value

...