
Prototype: MoveTAText(srcWin, srcCtrl, dstWin, dstCtrl)

Metaclass Prototype: MoveText(dstCtrl)

Description: Copies a TextArea content to another TextArea. Both parameter pairs must point to a valid TextArea.

Parameters: srcWin, srcCtrl - a window index/control index pair of the source control
 dstWin, dstCtrl - a window index/control index pair of the destination control

Return value: N/A

See also: SetText

