RUNTIME ERROR: substr third parameter should be a number, got string ------------------------------------------------- testdata/builtinSubStr_third_parameter_not_number:1:1-30 $ std.substr("hello", 0, "foo") ------------------------------------------------- During evaluation