Code problem regarding an IG tutorial - help me figure it out

Hi everyone, I found a really short“tutorial” on Instagram, but im stuck with it. I can’t display the text under the mask using the code shown in the video. Please help regrading this!

Instagram tutorial: https://www.instagram.com/p/DXKNSbcDMD9/?__d=1福建莆田怎样找老鸨外地陪游%3F%2B-%2B莆田老鸨.✔️baoyangya.com

Im stuck at this point:
op(‘wordsDAT’)[int(me.inputTable[me.inputRow,0].val) % op(‘wordsDAT’).numRows, 0]

Hi @kbito

Looks like the DAT called “wordsDAT“ should be a Table DAT and not a Text DAT.
Table DATs will allow you to access data by row or column numbers like you do in the expression you have posted:

op(‘aTableOfSorts‘)[rowNr, colNr]

Our learning platform has some nice quick introductions to this:

cheers
Markus