Author: Bill Woodger
Subject: Reply to: Convert Timestamp Value
Posted: Mon May 09, 2016 10:28 am (GMT 5.5)
Why do you want the NOMATCH for the monts? What's your actual problem with the months and lower-case?
If you use CHANGE for the blank parts o the hours (first character of time) won't that do it? Then your IFTHEN is just for PM less than 12?
Why jam all your code together like that? You worked from magesh23586's example, which has better formatting than most, then decided to make it harder to read and change?
If you follow my suggestions, you'll greatly reduce the amount of code. Why not make what is left easier to read?
Subject: Reply to: Convert Timestamp Value
Posted: Mon May 09, 2016 10:28 am (GMT 5.5)
Why do you want the NOMATCH for the monts? What's your actual problem with the months and lower-case?
If you use CHANGE for the blank parts o the hours (first character of time) won't that do it? Then your IFTHEN is just for PM less than 12?
Why jam all your code together like that? You worked from magesh23586's example, which has better formatting than most, then decided to make it harder to read and change?
If you follow my suggestions, you'll greatly reduce the amount of code. Why not make what is left easier to read?