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

ArrayAddString()

Purpose:
FCJSon::ArrayAddString() adds a simple alpha value to the end of an array
Usage:
rc = FCJSon::ArrayAddString(<jsonident>,<aval>);
Arguments:

integer <jsonident> - Ident of the array being modified

alpha <aval> - The alpha value to add to the array.
Returns:
integer <rc>
0 - OK
-1 - Error
Where Used:
FCJSon::ArrayAddString() can be called anytime you have a valid ident to a json array.
Example:
Example
Description:
FCJSon::ArrayAddString() adds a simple alpha value to the end of an array
Bugs/Features/Comments:
See Also:
FCJSon Function List


Back to Top