# Syntax The contents of a named clipboard can be cleared using the syntax: ``` local clear results clipboard NAME ``` # Examples Clear the contents of the clipboard `DATA`: ``` local clear results clipboard DATA ```