[U2] {BDT] Commenting A Block Of Code

2013-01-09 Thread Bill Brutzman
Rather than going line-by-line... is there a way... or a trick to highlighting several lines of code... And commenting out all of these lines in aggregate? I have a legacy program whose code is no longer compliant... that I am trying to isolate. --Bill

Re: [U2] {BDT] Commenting A Block Of Code

2013-01-09 Thread Peter Cheney
Hi Bill, In UV's ED use the (start block) and (end block) to define a block of code. Then do C//*/B This will prompt for confirmation of change block from line n through m. Alternatively in unix vi: :s/^/*/999 This will (s)ubstitue nothing at the beginning of each line (^) with an asterix

Re: [U2] {BDT] Commenting A Block Of Code

2013-01-09 Thread Bernard Lubin
Bill Using BDT, highlight the line you wish to comment, then press Ctrl and /. Bernard -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman Sent: Thursday, 10 January 2013 12:25 PM To: U2 Users List

Re: [U2] How to check which sproc is called by user

2013-01-09 Thread Hona, David
Here's some troubleshooting tips we use for our applications using the U2 APIs in background non-interactive processes. We have a common interfacing subroutine our API clients must use to sign-on and initialise their UV environment. In that code, we turn on COMO output, to capture any output