Array Creation Example 3
string [] produce = "Apple|Apricot|Avocado|Banana|Blackberry|Blueberry|Cherry|Coconut";
The SIL language will automatically convert a string containing pipe delimited text into an array.
string [] produce = "Apple|Apricot|Avocado|Banana|Blackberry|Blueberry|Cherry|Coconut";
The SIL language will automatically convert a string containing pipe delimited text into an array.