DelaymS

Delay a specified number of milliseconds. The oscillator speed must be set correctly in the project before using the statement.  When using a variable as an argument, there will be 11 or 12 cycles of overhead.

Syntax: DelaymS(parameter)

Example:

DelaymS(12)	' Delay 12mS
DelaymS(x)	' Delay x mS

Also See: DelayuS, DelayS