Re: "Numeric return value expected" when assigning array to a user-defined function that returns a string
Posted by sokipdx on Oct 21, 2016; 5:51pm
URL: http://imagej.273.s1.nabble.com/Numeric-return-value-expected-when-assigning-array-to-a-user-defined-function-that-returns-a-string-tp5017447p5017449.html
Thank you Herbie, the empty string in the line below was the key part missing!
str_list[0] = "" + str_fx("TEST");