i am trying to access an array directly by its index, and i can't find the right syntax, i believe it should be something like
but this is giving me no joy
if this isn't possible, can i somehow store the array by setting the key value, for example
$array['myKey'] = 'someValue';
yuri, your wisdom would be greatly appreciated here
Code:
{{#each cOADespatchDates}}
{{this}} = {{cOaWrs.[@index]}}
{{@index}}
{{/each}}
if this isn't possible, can i somehow store the array by setting the key value, for example
$array['myKey'] = 'someValue';
yuri, your wisdom would be greatly appreciated here

Comment