Len
Returns the absolute value of a number
Method Signature
Arguments
Argument
Type
Required
Description
Default
value
any
true
The number to return the absolute value of
Examples
Using structCount as a function
Pass a structure as an argument to the function.
Result: 4
Using structCount as a Member Function
Having a reference of a structure as a variable, use the dot notation to get a key count on it using a member function.
Result: 4
Additional Examples
Related
Last updated
Was this helpful?