Thank you so much for your help. Seriously, it is very much appreciated. The SetValueAt method was what I was missing. I read through an exchange that you had with someone else about two months ago about an almost identical question. I knew what I wanted, I guess I was just struggling with the syntax of DTL. Anyway, in case you are curious what this last snippet was, here it is.
set J = 1
for J = 1:1:finished - 1
{
set whatever=target.SetValueAt(reorderedAddendaOBXArray(J),("PIDgrpgrp(1).ORCgrp(1).OBXgrp("_J_").OBX:ObservationValue(1)"))
}
- Log in to post comments