Hi,
I'm currently working on a project whereby one test I have to do involves extracting text from within a string. Using python or BrainScript I am noticing that commands such as "left", "right" and "substr" are not going purple in the new "Transform" node, but will in the superseded node. I get the following error:
NameError: name 'left' is not defined Error executing "ProcessRecords" at line "15"
when using the code:
out1.IAG_Test1_Step3 = left(out1.IAG_Test1_Step1,3)
Any help on this would be greatly appreciated, thanks!
Alex