Converts a value stored in a specified position in a buffer to a Magic xpa logical value.
Syntax:
BufGetLog(variable reference, position, storage)
Parameters:
variable reference – The reference to the BLOB variable containing the buffer. For example, 'A'VAR
position – The numeric value defining the starting position of the conversion method.
storage – A numeric value representing a valid storage type in Magic xpa. For a list of storage types, see Magic xpa Storage Types.
Returns:
A logical value when the conversion succeeds. A Null when the conversion fails.
The function fails when the:
Position parameter has a negative value.
Position and length parameters are not part of the BLOB's content.
Storage parameter does not contain a valid number.
Value is not valid.
See also:
Buffers
The Online and Rich Client Samples projects (program CS01 and RCS01)