Xbasic Functions comma_to_crlf() Alpha Documentation Example lst = "Steve,John,Sally" ?comma_to_crlf(lst) = Steve John Sally