Bryan - Gendev
Programmer
I have a multisection process in which I wish to write the result of each process to a label on my form.
At the end of each process I have the following lines of code
I have an options form also to allow the selection of the ndelay public variable (1000 - 5000) which is also written to the ini file.
I do not seem to get proportional delays when I test these values.
Am I using the wrong method for the delay?
Thanks
GenDev
At the end of each process I have the following lines of code
Code:
frmglobals2.text1.value = cMessage
DECLARE Sleep IN kernel32 INTEGER dwMilliseconds
sleep(ndelay)
I have an options form also to allow the selection of the ndelay public variable (1000 - 5000) which is also written to the ini file.
I do not seem to get proportional delays when I test these values.
Am I using the wrong method for the delay?
Thanks
GenDev