On 07/25/2017 01:39 PM, José Mejuto wrote:
El 25/07/2017 a las 8:33, Michael Van Canneyt escribió:
Is it possible that the SVN RSS is stuck at day 21 ?
https://svn.freepascal.org/feeds/fpcsvn.rss
Yes. The post-commit script that creates the feed has been disabled
due to time-out problems.
El 25/07/2017 a las 8:33, Michael Van Canneyt escribió:
Is it possible that the SVN RSS is stuck at day 21 ?
https://svn.freepascal.org/feeds/fpcsvn.rss
Yes. The post-commit script that creates the feed has been disabled due
to time-out problems.
Hello,
Will it be re-enabled ?
--
__
On Tue, 25 Jul 2017 11:15:31 +0200 (CEST), Michael Van Canneyt
wrote:
>There is no better way if you only want to use TBytes.
Thanks, then I will continue using Move...
--
Bo Berglund
Developer in Sweden
___
fpc-pascal maillist - fpc-pascal@lis
On Tue, 25 Jul 2017, Bo Berglund wrote:
I am working on moving away from using AnsiString as communications
buffer in an old application, so I need to write efficient
replacements for certain string functions (Delete, Insert, Copy etc).
Now I am wondering if there is a better way to do the In
I am working on moving away from using AnsiString as communications
buffer in an old application, so I need to write efficient
replacements for certain string functions (Delete, Insert, Copy etc).
Now I am wondering if there is a better way to do the Insert() command
than this:
procedure InsertBy