FASTSYNC

This command will perform a regular SYNC command, and will skip processing a mandatory check for windows messages.

  Syntax
FASTSYNC
FASTSYNC Non Display Update Flag
  Parameters
Non Display Update Flag
Integer
Specify a value of zero to disable, and a value of one to enable.

  Returns

This command does not return a value.

  Description

You can use this command to squeeze a few extra clock cycles out of your main loop and make your applications faster. If you require this command to perform non display updates similar to SYNC command, pass in an optional parameter of one.

  Example Code
SYNC ON
DO
PRINT "hello"
FASTSYNC
LOOP
  See also

CORE Commands Menu
Index