gsr
09/26/2022, 9:30 PM<cfloop collection="#arrival#" item="idx">
<cfif isDefined('arrival[idx]') and arrival[idx] neq 'undefined'>
Adam Cameron
isDefined
to see if it cast any light on that error message?Adam Palcich
09/27/2022, 8:38 PMStructKeyExists()
instead of isDefined()
for an evaluation of arrival[idx]
Adam Palcich
09/27/2022, 8:43 PM