xHarbour Reference Documentation > Function Reference |
Utility function for code block serialization.
HB_SaveBlock( <bCodeblock> ) --> aCodeBlockInfo
The function returns an array holding information about the serialized code block.
HB_SaveBlock() converts a code block to its binary representation and collects this information in an array, which is returned. The array can be passed to HB_RestoreBlock() to rebuild the code block. The function is a utility function internally used by HB_Serialize(). Refer to this function for limitations on code block serialization.
See also: | HB_DeSerialize(), HB_RestoreBlock(), HB_Serialize(), RESTORE, SAVE |
Category: | Code block functions , Conversion functions , xHarbour extensions |
Source: | vm\hvm.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com