[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fx_IntRate()

Gets/sets the timer tick interval period.

Syntax:
     fx_IntRate( [<nInterval>] )   ->   nInterval

Arguments:
     <nInterval> is an integer value in the range 1 to 32767.  This
     value determines the number of timer ticks (18.2 per second) to
     SKIP before incrementing (rotating) the current palette.

Returns:
     Returns the current setting as an integer value.

Description:
     fx_IntRate() is primarily used to DECREASE the speed of the fading,
     pulsing, and blinking effects.

Example:
    // Print the current setting and reset a new rate.
    ? fx_IntRate( 2 )

See Also: fx_PalRate() fx_SetFix()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson