RESOLVED: Parameter CHOP is not pulling the text parameter from TEXT TOP [Windows 2021.14360]

When i try to get the text parameter out of Text TOP with Parameter CHOP, i got 0 instead of the text string. The Parameter DAT can be able to pull that paramater nicely.
Please take a look at the attached .toe file.

text parameter bug.toe (3.4 KB)

Hey @alitan,

as CHOPs are only able to represent numeric data and the Text TOP’s text parameter representing a string, the Parameter DAT is the only way to actually fetch it outside of using python.

cheers
Markus