StoreXmlSize Method (XDATA)
9.8A
The StoreXmlSize method returns the size of the XML data stream to be generated using the specified OPTIONS mask settings for the current contents in a XDATA object. The method uses the following format:
|
|
|
|
Where:
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO flag is set if the {return} value is zero.
The OVER flag is set TRUE if the {return} numeric variable is too small to receive the size without being truncated.
The EOS flag is always set FALSE.
The *OPTIONS {mask} values are the same as defined by the XDATA StoreXML method.
See Also: XDATA, XDATA Methods, Method Syntax
![]() |