Versions Compared

Key

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

...

An @fm-delimited array of the starting position and the length.

See Also

DRAGSOURCE property

Example

 

Code Block
Declare function Get_Property
* retrieve the DRAGTEXTSELECTION property and display data in a message
 
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragTextSel = Get_Property(dragSource,"DRAGTEXTSELECTION")
swap @fm with ',' in dragTextSel
msgText = "The data starts in position ":dragTextSel<1>: " and is "
msgText:= dragTextSel<2> :" characters long."
msg(@window,msgText)