can i store all the data in array ? or any other way ?. An example, i have 3 station and for each station i want to store their own data. how can i do that ?. And how can i call the data based on the station ?
- note all the data will insert to the station. example:
station[0] = -time , cost, price type, controller type, hour
station[1] = -time , cost, price type, controller type, hour
station[2] = -time , cost, price type, controller type, hour
im seeking for an idea. thank you