Possible to get current count into a variable? #416
-
I'd like to log some info at a specific count. When using |
Beta Was this translation helpful? Give feedback.
Answered by
freekmurze
Apr 12, 2021
Replies: 1 comment 6 replies
-
You could do something like this |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
freekmurze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could do something like this
ray()->showIf(count($yourArray) > 3)