Hello,
Would you like to help me on my project?
The input data (stored on a array) always have the same order: date1, time1, model1, date2, time2, model2, ... , dateN, timeN, modelN.
I would like to compare with a function if the input info (red part) and dates and time (blue part) are the same.
Example:
if the date1 and the actual date are the same then compare if the time1 and the actual time are the same then show the model1...