• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

What is the best way to get the true lenght of a list

LEGEND ,
Aug 22, 2006 Aug 22, 2006

Copy link to clipboard

Copied

Counting all the elements, including the empty ones?

Do I need to modify the list to put some throwaway character to get all
the elements counted, or is there a better way?

For Example: listLen("This is an Element,,") needs to equal 3.
TOPICS
Advanced techniques

Views

234

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 22, 2006 Aug 22, 2006

Copy link to clipboard

Copied


Would counting how many delimiters there are in the list help?


Good luck!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 22, 2006 Aug 22, 2006

Copy link to clipboard

Copied

LATEST
maybe this UDF: http://www.cflib.org/udf.cfm?id=961
Or this one: http://www.cflib.org/udf.cfm?id=507
HTH
--
Tim Carley
www.recfusion.com
info@NOSPAMINGrecfusion.com

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation