2404794 1 JAN 1872
2405158 30 DEC 1872
The other item may be as designed but just the way I think about it. I have a number of dates that are open ended. For example 'FROM 1872' other 'TO 1872'. They are b both valid GEDCOM for when only one end of a date range is know. In the first of these, I think the max value should be the largest possible and in the second, the min value should be 1. Whereas they are both calculated as if the date just said '1872'. Does that make sense.
SDNRange "#var", "FROM 1872"
DateText "#start", #var[1]
DateText "#end", #var[2]
Write #var[1]&" "&#start&return
Write #var[2]&" "&#end&return
SDNRange "#var", "TO 1872"
DateText "#start", #var[1]
DateText "#end", #var[2]
Write #var[1]&" "&#start&return
Write #var[2]&" "&#end&return
Output:
2404794 1 JAN 1872
2405158 30 DEC 1872
2404794 1 JAN 1872
2405158 30 DEC 1872
Regards
Richard
--
You received this message because you are subscribed to the Google Groups "GEDitCOM II Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geditcom-ii-discu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/geditcom-ii-discussions/04f305f3-b41b-4e23-81bf-ba03415d3ea3n%40googlegroups.com.