Len
Method Signature
Len(value=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Using structCount as a function
user = {
ID : 1,
FIRSTNAME : "Han",
LASTNAME : "Solo",
MOVIE : "Star Wars"
};
writeDump( structCount( user ) );
Using structCount as a Member Function
Additional Examples
Related
Last updated
Was this helpful?
