Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfvraddfle()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfVRAddFle()
Adds an element to the VIRTUAL RECORD
------------------------------------------------------------------------------
Syntax:

     dfVRAddFle( <aVir>, [<aEntry>], <aFile> ) --> NIL

Parameters:

     <aVir>     Virtual Record array
     <aEntry>   Array of file names to follow in order to add the new
     element in its right position. The default is {}.
     <aFile>    Array to add to a virtual record.

Returns:

     NIL

Description:

     Adds a new element to the VIRTUAL RECORD. This element was created
     using dfVRCreate()

Example:

     LOCAL aVirtual := {}
     // Creates a Virtual Record entry
     LOCAL aRec := dfVRCreate()
     // ...
     // add it to the virtual record
     dfVRAddFle( aVirtual, {}, aRec )

See also:

     dfVRCreate(), dfVRGet()

See Also: dfVRCreate() dfVRGet()

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