On 06/03/2013 01:37 PM, Sieghard wrote:
>
> ...
> BTW, an aside question: why use these two explicit intermediary string
> variables? They're created implicitly anyway, so why not use them directly:
>
>         showmessage ('file stream position, size: ' +
>                      IntToStr (position) + ', ' + IntToStr (size));
> ?
> Don't you have the IntToStr function available, or does the compiler
> produce too bad code then?
> (The result should be aboutthe same, I think, but the inlined version might
> look a bit clearer.)
>

That is just the way I have always done it.  I guess my fingers kind of 
do it automatically now.

Your way would work just as well.

Patrick

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to