Closed SarahG-579462 closed 12 months ago
temporary (dumb) solution: `
FOR (row=0; row < "%nrows%"; row += 1) BEGIN
FOR (col=0; col < "%ncols%"; col += 1) BEGIN
READ_2DA_ENTRY_FORMER "outtable" "%row%" "%col%" tmp
SPRINT $outtable2("%row%" "%col%") "%tmp%"
END
END
`
Done in 09e78b5acf9f0e6e04ac3d5bc94a453fd650281a.
the following snippet doesn't set the array outtable `
`
I suspect this is because READ_2DA_ENTRIES_NOW also sets the variable %outtable% = number of 2da rows.