R
Ralph Shnelvar
[Note: parts of this message were removed to make it a legal post.]
To all those who might run into this ...
xyz = "abc"
Clipboard.set_data(xyz)
will quietly append "\000"*i.e. a null char) to xyz upon return.
I don't know if this is by design ... but it's a crappy design.
To all those who might run into this ...
xyz = "abc"
Clipboard.set_data(xyz)
will quietly append "\000"*i.e. a null char) to xyz upon return.
I don't know if this is by design ... but it's a crappy design.