maximumCopySize
ui.text maximumCopySize int maximum_size_limit
Description
Modifies the maximum size limit for the Copy operation, the operation gets disabled automatically after the data selection exceeds the specified size limit.
GUI Equivalent
envGetVal("ui.text" "maximumCopySize")
envSetVal("ui.text" "maximumCopySize" 'int 100000)
Related Topics
Return to top