Hi Team,
I understood how index function works, but can someone please write a code(with example) using index function with cdt.
Discussion posts and replies are publicly visible
For readability I continue to recommend people use "property()" when attempting to get a dot property, and reserve "index()" for finding the index (position) of an array. The two functions are interchangeable but that doesn't mean readability isn't muddled when one is overused.