Hello Friend
I need the command Wait or Pause
Action Application.Sleep(Ms); Cause the all program to crash
For example :
I should be no interruption in the software. Why can not command Application.Sleep I use
In all programming language, there is a wait command
I'm surprised, because it without such the ability to
I need the command Wait or Pause
Action Application.Sleep(Ms); Cause the all program to crash
For example :
Code:
SerialPort.Output(":7F10011200020400C8000090", "true"); Wait (1000) ; if (SerialPort.BufferCount()==0) then --do nothing else serialget=SerialPort.Input(); end
In all programming language, there is a wait command
I'm surprised, because it without such the ability to
Comment