1 (edited by charliebarnes 12-06-2018 14:41:06)

Topic: LCReturnDate decade bug

I think there is a bug in the function LCReturnDate - when returning a 'B' type date (decade) the function is only returning the first 3 numbers e.g. 201 rather than 2010. I think line 88:

        when 'B' then left(str(@RY1,4,0),3)

should read:

        when 'B' then left(str(@RY1,4,0),3)+'0'

(whoops, there was bug in my own fix!)

Charlie Barnes
Information Officer
Greater Lincolnshire Nature Partnership

2

Re: LCReturnDate decade bug

Thanks will fix.

Mike Weideli