Versions Compared

Key

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

...

JavaScript
function FieldLength(row, column, length);


Parameters

row
Type: System..::.Int32The Int32
The row position of the field.

column
Type: System..::.Int32The Int32
The column position of the field.

length Type: System..::.Int32 %The
The length.

Return Value

The StatusCode indicating the result of the operation.

...