I’ve never conformed with the norm of starting emails with ‘Hi’. Am I wanting to be a renegade or just different. I’ve never worked out. But in the morning I say ‘Morning”, in the afternoon I say ‘Afternoon’ and after 6 I say ‘Evening’.

Case (
Get(CurrentTime) < 43200 ; “Morning ” ; // 12:00
Get(CurrentTime) < 64800 ; “Afternoon ” ; // 18:00
“Evening “) & “Pete”

Remember, FileMaker works out ‘time’ in seconds from midnight so 12am is 12x60x60!
FileMaker works out ‘timestamps’ from midnight 1st Jan 1AD. Very useful in calculating times that runs over midnight! Wonder if that’s why they did it?