For some reason my automapping script is going haywire. After digging around all the logic seems fine.
It's acting as if the code is executing in parallel rather than serial. In other words -- after I do a con:execute to save data in my access database (through a DSN) it's not waiting for the data to be entered before continuing on in the code. This is causing HUGE problems, as the next line does a looking for the ID number of the newly entered room.
Am I right? Is there a way to tell Mushclient to slow down, take it's time and finish one task before going on to another? :-p
It's acting as if the code is executing in parallel rather than serial. In other words -- after I do a con:execute to save data in my access database (through a DSN) it's not waiting for the data to be entered before continuing on in the code. This is causing HUGE problems, as the next line does a looking for the ID number of the newly entered room.
Am I right? Is there a way to tell Mushclient to slow down, take it's time and finish one task before going on to another? :-p