Hi,
In one of my Fixbackgroundserver VBA script, I use a WriteValue routine to reset a DI stored in SIM2 and then I launch another function which test the value of this DI.
My problem is that sometimes the DI value is still set when I test it into the function because the WriteValue hasn't been done yet.
Is there a way to force the writing?
I've been thinking about doing a ReadValue just after the write and loop until it has the right value but I'm afraid of falling into an infinite loop if iFix is unable to write for any reason...
In one of my Fixbackgroundserver VBA script, I use a WriteValue routine to reset a DI stored in SIM2 and then I launch another function which test the value of this DI.
My problem is that sometimes the DI value is still set when I test it into the function because the WriteValue hasn't been done yet.
Is there a way to force the writing?
I've been thinking about doing a ReadValue just after the write and loop until it has the right value but I'm afraid of falling into an infinite loop if iFix is unable to write for any reason...