Join Slack
Powered by
Does `__iter__()` work in CF 2016? Anyone know?
# cfml-general
s
satauros
11/10/2022, 9:09 PM
Does
__iter__()
work in CF 2016? Anyone know?
a
Adam Cameron
11/11/2022, 1:43 PM
Nope. Added in CF2021. Ref:
https://helpx.adobe.com/uk/coldfusion/using/whats-new.html
s
satauros
11/11/2022, 1:45 PM
Thought as much. Damn. Glad you found it, looked everywhere for that documentation. Thank you for the response, Adam.
satauros
11/11/2022, 1:55 PM
Guess I'll have to implement Iterator pattern myself. Ah well, there are worse things to do ^^
a
Adam Cameron
11/11/2022, 2:16 PM
Blog your efforts? It would benefit the community...
Open in Slack
Previous
Next