Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCJSon Home | FCJSon Function List ArrayAddNull()

ArrayAddNull()

Purpose:
FCJSon::ArrayAddNull() adds a null value to the end of an array
Usage:
rc = FCJSon::ArrayAddNull(<jsonident>);
Arguments:

integer <jsonident> - Ident of the array being modified
Returns:
integer <rc>
0 - OK
-1 - Error
Where Used:
FCJSon::ArrayAddNull() can be called anytime you have a valid ident to a json array.
Example:
Example
Description:
FCJSon::ArrayAddNull() adds a null value to the end of an array
Bugs/Features/Comments:
See Also:
FCJSon Function List


Back to Top