Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------------+###########################################################
#+-| APPEND BLANK |-----------------------------------------------------+#####
#| +--------------+ The APPEND BLANK command adds a blank record to the |#####
#|                  end of the currently selected or specified alias    |#####
#+----------------------------------------------------------------------+#####
##############################################################################
##############################################################################
#+--| Syntax |--------------------+###########################################
#|     [!<Alias>] APPEND BLANK    |###########################################
#+--------------------------------+###########################################
##############################################################################
##############################################################################
######+---| Description |----------------------------------------------+######
######| The entire record is filled with spaces, (ASCII 32 or hex 20). |######
######| Numeric fields initialize to 0 and logical fields to FALSE.    |######
######+----------------------------------------------------------------+######
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Append a record to the database before a GET        |#########
#########|                                                          |#########
#########| APPEND BLANK                                             |#########
#########| @10,10 Say "input name: " GET data->name                 |#########
#########| READ                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Append to several specific aliases while            |#########
#########| *    condition is TRUE.                                  |#########
#########|                                                          |#########
#########| DO WHILE new_employee( new_list[r] )                     |#########
#########|     !insurance APPEND BLANK                              |#########
#########|     !payroll   APPEND BLANK                              |#########
#########|     !benefits  APPEND BLANK                              |#########
#########| ENDDO                                                    |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: APPEND FROM

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