EvaluateDat inputTable brackets confusion

Hello,

Forgot how to access any other cell in the formula dat et turned to wiki. Tried a lot of times with errors before noticing inconsistency:

accessing table data via me.inputTable(row,col) should be me.inputTable[row,col] with square brackets, just like any other table which is very logical.

Just thought you might correct it before having a bug report. Unless it is indeed a bug and you meant () all the way!

docs.derivative.ca/Evaluate_DAT

Best
sh

Thanks for the report. Yes, it should be [row, col]. I’ll fix the wiki.