Hi. How can I get total number of views in my carousel in a script? I tried wrapping it in len() or .length.
self.getSibling("Carousel").props.views (I need the length aka total # of views in the carousel)
Hi. How can I get total number of views in my carousel in a script? I tried wrapping it in len() or .length.
self.getSibling("Carousel").props.views (I need the length aka total # of views in the carousel)
Thank you very much. That worked perfectly. I am still learning and did not think of this. Greatly appreciated.