Clipboard function

I need a “Clipboard” function in a WEB environment.

Var Myclip As New Clipboard

The app I’m developing requires to read the Clipboard container, I don’t need any simple copy-paste into just a text field, Rather use programming logic with whatever you have copied and afterward place it into WEBListbox.

This is not possible in the current web product. You will need Javascript, workarounds, addons, or all three.
I also would not recommend this usage design for a web environment.

Thanks Tim !!!