函数功能描述
来源: https://www.briandunning.com/cf/2397
作者: Pip Meadway
作者原述: Returns the longest length of the item in the value list.
获取值列表中长度最长的值的长度
调用范例
$max_length = util.MaxLengthInList ( List ( "Aaaaaa" ; "bbbbbbbbbbbb" ; "cc" ; "2344" ))
返回结果
12 // The length of "bbbbbbbbbbbb"
函数内容
当前页面使用FileMaker生成发布, 更新于2021年3月15日0时45分7秒