Cut
Find the syntax, use, parameters, return values, and an example for the Cut macro command in Connexion client.
Syntax | BOOL = CS.Cut (nStartRow, nStartColumn, nEndRow, nEndColumn) |
---|---|
Use to | Remove the specified text from its current position and copy to the Windows clipboard. Same as using the command Edit > Cut Copy Paste > Cut. |
Parameters |
|
Comment | Offsets are 1-based indexes. If any parameter is 0, the text is not copied. You cannot specify any part of the fixed field unless it is displayed as variable fields. |
Return values | None |
Example | Works the same as in the example for Copy, except that the 10 characters are removed (not copied) from the second line of the record and pasted at the beginning of the fifth line. |