Doorgaan naar de website
OCLC Support

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
  • For nStartRow, enter a number to specify the first row of text you want to cut (start row offset).
  • For nStartColumn, enter a number to specify the first column of text you want to cut (start column offset).
  • For nEndRow, enter a number to specify the last row of text you want to cut (end row offset).
  • For nEndColumn, enter a number to specify the last column of text you want to cut (end column offset).
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.