Skip to main content
July 4, 2023
Question

Property and index function

  • July 4, 2023
  • 5 replies
  • 0 views

Hi all, can anybody please let me know what is property function? and what is the main difference between property and index function. Thanks in advance

5 replies

stefanhelzle0001
Brainy
July 4, 2023

These are synonyms. You can use either of them. The name "property" implies fetching a value from a field by name, while "index" implies fetching a value from a list by its index.

sais1881Author
July 4, 2023

Index function is clear for me.But can you please give any example for property function. Will be very helpful for better understanding.