Using CR10 with MYSQL, need to split a sting to create variables to do search on.
string is {lastname, firstname} table that I need to search has seperate field for each value. I tried using
Split ({lastname,firstname}, ",") but get an error message the result of a formail can not be an array
Thanks for any help
string is {lastname, firstname} table that I need to search has seperate field for each value. I tried using
Split ({lastname,firstname}, ",") but get an error message the result of a formail can not be an array
Thanks for any help