am trying to extract the first character from each subvalue in a record attribute.
Thus far am trying
REUSE(@RECORD<2>);FIELD(@1,'*',1,1)
But it would appear to be returning the first character of the first subvalue.
Know this can be done, but having no luck with it.
Edit record 2 is in the format ABC]BAD]FCC"
Edit 2 , sorry there's an aster (*) between each letter of the array in previous line but can't work out how to show that