pub fn StringListFromString(strlinList: String) -> Option<StringList>Expand description
Convert a flat string to a list of strings.
Returns false if there was a syntax error.
ยงParameters:
- strlinList The input string.
- result The output list.
pub fn StringListFromString(strlinList: String) -> Option<StringList>Convert a flat string to a list of strings.
Returns false if there was a syntax error.