
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_scatter()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_scatter()
Syntax: b_scatter(<expC>)
Purpose: Place field values into memory variables
Arguments: <expC> a character
Returns: NIL
Note: b_scatter() 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.
Library: TC_SYS.LIB
----------------------------------- Example ----------------------------------
if( dbopen("tc_sls",.t.) )
b_scatter("x")
dbappend()
b_gather("x")
b_release("x")
endi
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson