Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Code Block
string [] producefruit = {"Apple|Apricot|Avocado|Banana|Blackberry|Blueberry|Cherry|Coconut";
Info
The SIL language will automatically convert a string containing pipe delimited text into an array.
", "Apricot", "Banana", "Cherry"};