Returning reference

I think this will work until the next function call because the value will sit on the stack. So

x = GetWeeklyHours();

should be OK but don't expect it to be there half an hour later :slight_smile:


Rob