Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Jul : compiler question

www.cryer.info
Managed Newsgroup Archive

compiler question

Subject:compiler question
Posted by:"paladin" (p..@newsgroups.com)
Date:Wed, 27 Jul 2005 12:02:38

is anyone else bothered by the fact that
Result := ( function1 + function2 )      // functions return strings

actually executes function2 *before* function1 ???
<ditto with concat(f1,f2)>

oddly, adding parens does not seem to alter this


comment?
paladin

Replies:

www.cryer.info
Managed Newsgroup Archive