Wish [B4X] Copy to clipboard in B4X IDE

hatzisn

Expert
Licensed User
Longtime User
Some times it would be useful to be able when debugging and see the contents of a variable to be able to fully copy it to clipboard and see it f.e. when a JSON is downloaded from an on-line source. Getting the JSON in clipboard we can past it f.e. in JSONTree. I clarify that I mean copy to clipboard without the current limits of the viewer.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can right click on the value field and choose Copy to clipboard:

B4J_9wBs8n94sQ.png
 

hatzisn

Expert
Licensed User
Longtime User
Yes, I know that. But if the value is a string and long enough it is not copied fully but in the end it is added "...".
 

hatzisn

Expert
Licensed User
Longtime User
Great tool moster67.
 
Top