New to b4A, and I’m really enjoying it coming from a Visual Studio environment.
I’m trying to copy Local values to my windows clipboard, in a paused debug.
I’m delivering a complex xml table set to a web service. As part of my development process, I build the application side xml dataset that will be consumed by the web service, copy this data from the locals, and use it to build out the web service response by testing the built strings against it, well before mounting the service. This is how I handle this stuff in a winforms/asmx type environment at least. But I cant figure out how to save, copy a local variables values, where I can quickly reach and copy it for another windows application... I feel like this should be a simple no brainer but cant find any solution that's quick and dirty.
I would like to copy the value set of the locals in the development environment to my windows clipboard in a windows 7 64 bit environment.
Thanks