Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCJSon Home
|
FCJSon Function List
Count()
Count()
Purpose:
-
FCJSon::Count() returns the total number of currently in use FCJSon objects
for the 4csrvr process.
Usage:
-
-
count = FCJSon::Count();
Arguments:
-
None
Returns:
-
integer <count> - count of currently allocated FCJSon objects.
Where Used:
-
FCJSon::Count() can be called from anywhere.
Example:
-
Example
Description:
-
FCJSon::Count() returns the total number of currently in use FCJSon objects
for the 4csrvr process.
See Also:
-
FCJSon Function List
Back to Top