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>buff_limit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BUFF_LIMIT()
   Limits access to a portion of the buffer.

   Syntax
         BUFF_LIMIT([nStartRow,nEndRow])

   Arguments
         OPTIONAL PARAMETERS
         nStartRow   Sets the starting buffer row.
         nEndRow     Sets the ending buffer row.

   Returns
         BUFF_LIMIT([@nStartRow,@nEndRow])

   Description
         BUFF_LIMIT() limits access by PLOT() and other functions to a
         portion of the buffer. The nStartRow and nEndRow parameters define
         the accessable rows within the buffer. The first row is row 1 and
         the last row is RET_COUNT() in the data buffer . If no parameters
         are entered, then the nStartRow is reset to row 1 and nEndRow is
         set to RET_COUNT().

See Also: STORE_DATA() STORE_VAL()

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