After answering some clipboard questions in the help forum, I found myself writing a couple of helper funcs so I thought I'd share.
I don't think I added any headers, I'm probably assuming (maybe to much?) that most will get it (yep, to lazy).
Example code:
#include "ClipBoardMisc.au3"
#include <Array.au3>
#cs Example 1
collect all the text/unicode/binary data in an array from clip
#ce
Global $gaArgs = _cbTest_GetAllData()
_ArrayDisplay($ga