Additional Information
When you use the
Recording Mode in DIAdem, copying and pasting data in a channel table will result in the
DataBlClpCopy and
DataBlClpPaste functions being added to the recorded script, this is done as the functions don't represent an issue within the interactive operation, however, it is not recommended to use those functions in an automation script.
The
DataBlClpCopy and
DataBlClpPaste functions use the Windows clipboard, which can produce unexpected results as it might not be able to reliably execute the copy and paste operations in quick succession. Adding a delay between calls of the clipboard functions can produce more stable results, but this can also introduce a significant delay in the overall script performance.