Hello,
Im new to programming and am finding it difficult to find a fuction in VB6 that will enable me to delay or wait for a time before continuing the program.
For example- I am outputting a string through a serial port and want a 'Delay' before i output the second string, as below.
SerialCom1.PortOpen = True
SerialCom1.Output = StringA
''Delay here (2000 milliseconds)
SerialCom1.Output = StringB
SerialCom1.PortOpen = False
Can anyone help?
thanks in adavnce.
R3PooC
Im new to programming and am finding it difficult to find a fuction in VB6 that will enable me to delay or wait for a time before continuing the program.
For example- I am outputting a string through a serial port and want a 'Delay' before i output the second string, as below.
SerialCom1.PortOpen = True
SerialCom1.Output = StringA
''Delay here (2000 milliseconds)
SerialCom1.Output = StringB
SerialCom1.PortOpen = False
Can anyone help?
thanks in adavnce.
R3PooC