Re: [U2] ISO Date Format

2013-03-11 Thread John Hatherill
D-YMD John W Hatherill Programmer / Analyst Harrington Industrial Plastics -Original Message- From: Jeff Schasny [mailto:jscha...@gmail.com] Sent: Monday, March 11, 2013 6:57 AM To: U2-Users@listserver.u2ug.org Subject: [U2] ISO Date Format Has anyone come up with an OCONV string that

Re: [U2] The CONTINUE statement

2012-04-27 Thread John Hatherill
Good for you for speaking up. Like so many things. It's not the Tool that's good or bad, its how and why it's used. Spaghetti code did not end with the banishment of GOTO's. It just got a new set of clothes. ;) John Hatherill -Original Message- From: La

Re: [U2] Corrupted compiled code

2011-12-21 Thread John Hatherill
It sounds crazy but humor me. I have seen when commands are imbedded in a variable name in some systems it has problems. That's why I go out of my way not to put them in my variable names. In this case "CRT". Rename the variable and see what happens? It's a long shot but stranger things have

Re: [U2] End of Month date routine

2011-12-06 Thread John Hatherill
Tdate = OCONV(DATE(),"D4-") mm1= Tdate[1,2]+1 1 = Tdate[7,4] if mm1 > 12 then mm1 = "01" 1 += 1 end EDATE = ICONV(mm1:"-01-":1,"D4-") - 1 EDATE = OCONV(EDATE,"D2/"); here is external format end-of-month -Original Message- From: Rick Nuckolls To: U2 Users List S