Correction to previously suggested code: > if not Full and (Result = 1) and not Parse then > FFullResult.Add(SeparateRight(FResultString, ' '));
Need to be: if not Full and (Result = 1) and Parse then FFullResult.Add(SeparateRight(FResultString, ' ')); Sasa -- www.szutils.net ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
