Versions Compared

Key

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

...

Returns the new position of the row.

See Also

Send_Message() function

Example

Code Block
CtrlEntId = @window:'.TABLE_1'
fromRow = 3
toRow = 5
rh = Send_Message( CtrlEntId, 'MOVE_ROW', fromRow, toRow )