len ( value )
Value: the given value you want the length of.
Average rating: 1.0 (1 vote) Log in to vote
Rakesh Vadhel - Show more from this author
Arham Technosoft Pvt Ltd. http://arhamtechnosoft.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
len() is a built-in function in python.You can use the len() to get the length of the given string, array, list, tuple, dictionary, etc.
Value: the given value you want the length of.
Return value a return an integer value i.e. the length of the given string, or array, or list, or collections.
Comments
Josh Ormond, Iozax, LLC Jan 22, 2020 |
||
This is not a Python repository. Why did you post this here? | ||
Kyle Williams, Augusto Digital Feb 4, 2020 |
||
In FileMaker, just use the built in function "Length()" for this. I don't really get why anyone would want to create a custom function for a function that is available in literally every programming language? This CF should be deleted from this site, as Josh said, this is not a Python repository! |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.