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>store_data()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
STORE_DATA()
   Stores data into a predefined buffer set with FLIP_INIT().

   Syntax
         nCount = STORE_DATA(cndX,nY1, [nY2,nY3...nYn])

   Arguments
         cndX        Sets the X variable value.
         nY1...nYn Sets the Y values depending on INITDATA().

   Returns
         If an error occurs, a negative number (ex. -1) is returned,
         indicating an error.

   Description
         STORE_DATA() stores data a row at a time into a buffer previously set
         with FLIP_INIT(). INITDATA() determines the number of data sets
         (columns) that can be stored to the buffer at one time. The number
         of the row is returned by STORE_DATA() each time you enter data.
         After the PLOT() function has been issued, the final maximun and
         minimum values for the graph can be returned with the SET_XMIN() and
         SET_XMAX() for the X axis, and SET_YMIN() and SET_YMAX() for the Y
         axis. These values are calculated at plot time and are based on how
         you set up the graph.

See Also: BUFF_LIMIT() STORE_VAL()

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