On Thursday 09 September 2004 07:10, Benoit Minisini wrote: > sLine = Split(MyTextArea.Text, "\n")[TheLine] Wow, I didn't know you could index into the return value of a function without assigning to a temp variable. Should we add this to Split()'s documentation and others that return an array? Rob