Re: [U2] Finding last day of month

2005-06-04 Thread Mark Baldridge
The original request was for a shortest code fragment. This likely meant as line count, but could have been execution time. I am using UniVerse 10.1.3 on a 1.7 GHz pentium. Here are some current timings. Except for test 0001 which is an empty FOR NEXT loop, to the left of the | is a hint of

[U2] Source code question

2005-06-04 Thread Moderator
POSTED ON BEHALF A NON-MEMBER Hello guru's I've got question about source code. If I compile on 2 different machines and 2 different OS ex. HP-UX and AIX but on the same Universe versions the same source code (any basic code) did they work the same ? Maybe there are some system specific basic

RE: [U2] Source code question

2005-06-04 Thread Larry Friedlander
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Source code question

2005-06-04 Thread Steven M Wagner
The answer is a big fat maybe. It will depend on how different the OS's are and how tied into the OS the UV application is. I know that UV on HP-UX stored internal time as an integer and UV on WinNT includes the milliseconds. So a change from HP-UX to NT could be a major change. Different