Re: [U2] wGet new failure

2009-06-26 Thread u2list0512
Windows XP was not involved. This is running on Windows Server 2003. I cured the problem. I wrote a .VBS Script that calls wget and renames the resultant item name and I use a uvRunCommand on it and it works perfectly. At 6/25/2009 01:28 PM, you wrote: Stick a carat before each ampersand for

Re: [U2] uvRunCommand Question for Brian

2009-06-26 Thread u2list0512
IBM explained why the subroutine that Brian supplied was not working. My website was requiring a version of 1.1 not 1.0. Curt Lashley 2803 North Boulevard Tampa, FL 33602 Cell: (813) 293-2878 or (800) 886-2878 Home: (813) 226-2878 or (800) 524-2878 Fax: (813) 229-2878

Re: [U2] wGet new failure

2009-06-26 Thread Steve Romanow
glad you got it working ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] wGet new failure

2009-06-26 Thread Glen B
u2list0...@curt.com wrote: Windows XP was not involved. This is running on Windows Server 2003. I cured the problem. I wrote a .VBS Script that calls wget and renames the resultant item name and I use a uvRunCommand on it and it works perfectly. At 6/25/2009 01:28 PM, you wrote: Actually I

[U2] Web DE 4.4.2 release

2009-06-26 Thread Dan Fitzgerald
The online U2 product matrix shows WebDE 4.4.2 for HP PA RISC was released this week. Any word on the itanium version? ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread David A. Green
I've always commented my program at the beginning, but some programs have many changes and when we have 300+ lines of comments it gets a little tedious to deal with embedded in the source code. I'm think of placing them in an external file and then doing a $INSERT in the source code in order

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread Steve Romanow
That might cause you problems if you use the u2 debugger. ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread Symeon Breen
The notes for the changes are in the source control repo so the comments in the code are more to do with what it does rather than how it changed . -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of David A. Green Sent:

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread David Jordan
Think about using xml for documentation in the source code, then some external tools can be used for documentation. *subRoutine to * modAdded to * mod Date . * mod Author Regards David Jordan ___ U2-Users mailing list

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread Tony G
From: David A. Green I've always commented my program at the beginning, but some programs have many changes and when we have 300+ lines of comments it gets a little tedious to deal with embedded in the source code. I'm think of placing them in an external file and then doing a $INSERT

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread Ross Ferris
Tony, Whilst I appreciate the structural tags I'd suggest that they are not needed. It doesn't take too much thought to recognise the self-bounding regions Label: -- return For -- next If -- else -- end Loop -- repeat Begin case -- case -- end case There are some funny possibilities with