Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>set_miss()</b> t_exam17 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET_MISS()                                                         T_EXAM17
   Sets the type of missing values.

   Syntax
         nType = SET_MISS([nType])

   Arguments
         OPTIONAL PARAMETERS
         nType       Sets the type of value to be skipped.
                     0-No missing.
                     1-Equal to value.
                     2-Less than value.
                     3-Greater than value.
                     4-Equal to value and including column 0, X axis values.

   Returns
         nType       Returns the type of missing value to be skipped.

   Description
         A value can be set as missing. When the lines are drawn, the values
         in the buffer that are the same as, less than, or greater than the
         missing value will not be plotted. The type parameter in SET_MISS()
         determines whether the buffer values are excluded from the plot if
         they are equal to, greater than or less than the value set with
         SET_MVALUE(). Missing values work with PLOT(), PIE(), SPLINE(),
         REGRESS() functions.

See Also: SET_MSTYLE() SET_MVALUE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson