xHarbour Reference Documentation > Function Reference |
Returns the position of the next chunk of binary data to retrieve.
HB_SerialNext( <cBinaryData> ) --> nPos
The function returns the starting position of the next value encoded in <cBinaryData>. This value can be passed to SubStr().
Function HB_SerialNext() is a utility function of xHarbour's serialization system. It finds the position of the next chunk of binary data in the serialization string.
Note: refer to the file source\rtl\hbserial.prg for a usage example of HB_SerialNext().
See also: | HB_Deserialize(), HB_GetLen8(), HB_Serialize() |
Category: | Serialization functions , xHarbour extensions |
Source: | rtl\hbsrlraw.c, rtl\hbserial.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com