japeconsulting
Programmer
Hi
I have a array string that contains a number of notes from a field in the database and I want to extract specific items from this string. For example the string contains:
stringvar array test:=["/1ItemA","/2ItemB","/1ItemC"];
I want a new string field (not array) that contains all the items starting with /1 from the array
Help please
Thanks
Jackie
I have a array string that contains a number of notes from a field in the database and I want to extract specific items from this string. For example the string contains:
stringvar array test:=["/1ItemA","/2ItemB","/1ItemC"];
I want a new string field (not array) that contains all the items starting with /1 from the array
Help please
Thanks
Jackie