new LastON[40], Year, Month, Day, Hour, Minute, Second; getdate(Year,Month,Day); gettime(Hour,Minute,Second); format(LastON, sizeof LastON, "%d/%d/%d at %d:%d:%d", Day,Month,Year,Hour,Minute,Second);