If you use the Split function in your code to get arrays from strings (a very handy function), you may want to be aware of a limitation I just stumbled upon. If you have embedded EndOfLine characters in the string you're splitting, the first word after any EndOfLine will not end up in the resulting array. (Unless your delimiter is EndOfLine, of course.)
<http://support.realsoftware.com/feedback/viewreport.php?reportid=ucpkjmvp> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
