9.11 ACIpsDBAccess::BufSetPartField
LONG ACIpsDBAccess::BufSetPartField(const SCString& scsBufName, LONG lField, LONG start, LONG len, const SCString& scsValue)
Sets a value into an offset of a field
Defined in: ACIPSDB.cpp
|
Parameters
|
scsBufName
Input name of buffer
lField
Input number of field to set value
start
Input offset in field to set scsValue 0 < start < fieldlen + 1
len
Input start + len to set scsValue
scsValue
Input value to set at start
|
