It would be extremely useful if it was possible to copy the data stored in $com(<object>).result to a binvar, when the data exceeds the string too long limit.
!.echo -q $com(object,&data).result
bwrite data.txt 0 -1 &data
...
The proposed syntax is similar to that of $hget, though is just an example, how it is implemented is up to Khaled.
While I'm at it, it would also be extremely useful if mIRC would support COM events in mIRC, as it would open the gate to a whole new level of mIRC scripting (provided all the current issues with COM get fixed).