pg95-field-size
Name
pg95-field-size -- Get the size of the given field.
Type: function
Synopsis
pg95-field-size
( result field-num, size);
Arguments
- result
An instance of <pg95-result>
- field-num
An instance of <fixnum>
Return Values
- size
An instance of <fixnum>, or #f
Description
Returns the size of the given field in the result structure, where
fields are named by index, field-num. Returns #f instead
of a size if the field has negative size (indicating what, again,...?)