foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
180 stars 341 forks source link

Update listgetat.json #1601

Closed pczarn2 closed 1 year ago

pczarn2 commented 1 year ago

Corrected argument name to delimiter. This can be checked by calling people = "Mick,,,,Keith,,,,Charlie,Ronnie,,,,,Bill"; WriteOutput( "The second item is: #ListGetAt( list = people, position = 2, delimiter="," )#" ); If called with "delimiters" param instead, it throws an error (tested on CF2018).

KamasamaK commented 1 year ago

Good catch. I just had Adobe update their official documentation too.