Goto:
4C Home
|
4C Docs
|
4C External Libraries Home
|
FCJSon Home
|
FCJSon Function List
GetKey()
GetKey()
Purpose:
-
FCJSon::GetKey() returns the key from the current KeyList at idx.
Usage:
-
-
akey = FCJSon::GetKey(<jsonident>,<idx>);
Arguments:
-
integer <jsonident> - A valid json ident referencing a json object with
an open KeyList.
-
integer<idx> - Index into KeyList
Returns:
-
alpha <akey> - The key at idx
-
"" - Error
Where Used:
-
FCJSon::GetKey() can be called anytime you have a valid jsonident with an
open KeyList.
Example:
-
Example
Description:
-
FCJSon::GetKey() returns the key from the current KeyList at idx.
Bugs/Features/Comments:
-
See Also:
-
FCJSon Function List
Back to Top