Sorry for the noobie question and hard to explain, but hopefully this make sense. If it doesn't exist it's okay. Is there such code to update #include list every 1-5second?
I created a project(Project1) to include a array list(Project2). I notice that if I execute the Project1; it loads array list on Project2 to Project1. Any modification I made to project2 doesn't effect immediate while Project1 is being open. I have to close project1 and reopen project1 in order for project2 change to takes effect on project1.
I created a project(Project1) to include a array list(Project2). I notice that if I execute the Project1; it loads array list on Project2 to Project1. Any modification I made to project2 doesn't effect immediate while Project1 is being open. I have to close project1 and reopen project1 in order for project2 change to takes effect on project1.