Versions Compared

Key

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

...

Send_Message() function

Example

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