Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_initialize()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_initialize()


Syntax:     b_initialize(<expC>)

Purpose:    Initialize memory variables

Arguments:  <expC> a character

Returns:    NIL

Note:       b_initialize() works at the record pointer position.
            A public memory variable for every field (except memo fields)
            will be created with the character parameter as the first letter.
            These fields will be empty and ready for data entry.

Library:    TC_SYS.LIB

----------------------------------- Example ----------------------------------

   if( dbopen("tc_sls",.t.) )
       b_initialize("x")
       @1,1 get xHc_slsid
       @2,1 get xHc_desc
       @3,1 get xHc_rptto
       read
       dbappend()
       b_gather("x")
       b_release("x")
   endi

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