Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>onefld2tmp</b> -- initialize a temp edit field http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            onefld2tmp  --  initialize a temp edit field

synopsis        VOID onefld2tmp(gt,gi,displaytoo)
                GETTABLE gt;     get table to initialize from
                GETITEM gi;      get item to initialize
                COUNT displaytoo; TRUE to show fld on screen

description  used to move a value from the actual data field
           into the "editable" tmpfld.  Optionally, it will
           redisplay the field on the CRT.  If the current field
           during a readgets() is to be used, you may pass a NULL
           for the "gi" parameter.  In this case, the item
           operated on is the one pointer to by gt->curitem
           (i.e. the current field).  If you want some other
           item to be operated on, you MUST pass pointers to
           the get table AND the item.

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