teubenragee
Programmer
I've got a real problem with the Sleep command:
The Sleep performs before the trts that are written before in the Same Bloc
if (Condition)
{
trt 1...
Sleep(xxxx);
trt2....
}
The Sleep command performs before 'trt1'
What does it come from?
What can I do to prevent from it?
????
Tell me something intelligent????
QUICCk
The Sleep performs before the trts that are written before in the Same Bloc
if (Condition)
{
trt 1...
Sleep(xxxx);
trt2....
}
The Sleep command performs before 'trt1'
What does it come from?
What can I do to prevent from it?
????
Tell me something intelligent????
QUICCk