Versions Compared

Key

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

...

Note: The index for the rows being returned begins at 0.

See Also

DRAGSOURCE propertyDRAGSELROWCOUNT property

Example

Code Block
Declare function Get_Property
 
* retrieve the DRAGPOS property and display data in a message
 
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragSelRows = Get_Property(dragSource,"DRAGSELROWS")
swap @fm with ',' in dragSelRows
msgText = "The rows ":dragSelRows:" were dragged from the editttable." msg(@window,msgText)