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_val()</b> g_exam18 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
STORE_VAL()                                                        G_EXAM18
   Stores a single data element to the array.

   Syntax
         nValue = STORE_VAL(nRow,nColumn [,nValue])

   Arguments
         nRow        Sets number 1 to COUNT.
         nColumn     Set with INITDATA().
         OPTIONAL PARAMETERS
         nValue      Sets the value to place in a cell.

   Returns
         nValue      Returns the value from a particular row and column in
                     the buffer.

   Description
         The buffer can be treated as an array of rows and columns. A single
         data element can be stored to the array with STORE_VAL(). The number
         of rows is the number of times STORE_DATA() was called. The number of
         rows can be returned with RET_COUNT(). The beginning row is number 1.
         The number of columns is set with INITDATA().

See Also: BUFF_LIMIT() STORE_DATA()

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