On Tue, 11 Jul 2017, Graeme Geldenhuys wrote:
Hi,
As past discussions showed, Free Pascal tries to be Delphi compatible
regarding the RTL. I noticed that Delphi's FileAge() function [the one
with a single parameter) has been deprecated in Delphi XE (circa 2010)
onwards - might even have be
Hi,
As past discussions showed, Free Pascal tries to be Delphi compatible
regarding the RTL. I noticed that Delphi's FileAge() function [the one
with a single parameter) has been deprecated in Delphi XE (circa 2010)
onwards - might even have been earlier.
http://docwiki.embarcadero.com/Libr
On Tue, 11 Jul 2017, nore...@z505.com wrote:
On 2017-07-09 04:36, Michael Van Canneyt wrote:
Forwarded at request of fra...@rhost.it:
On Fri, 7 Jul 2017, nore...@z505.com wrote:
For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine,
why can't the math be broken do
On 2017-07-09 04:36, Michael Van Canneyt wrote:
Forwarded at request of fra...@rhost.it:
On Fri, 7 Jul 2017, nore...@z505.com wrote:
For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine,
why can't the math be broken down into peices the way a human does it
on paper,
On 2017-07-08 08:29, Ched wrote:
Is this acceptable ?
'SELECT Customers.CustomerName, Orders.OrderID' +
'FROM Customers' +
'FULL OUTER JOIN Orders' +
'ON Customers.CustomerID = Orders.CustomerID' +
'ORDER BY Customers.CustomerName;'
I think that one have to insert space at some loactions:
'SE
On 2017-07-07 17:08, Bart wrote:
On 7/7/17, nore...@z505.com wrote:
For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine,
why can't the math be broken down into peices the way a human does it
on
paper, and then theoretically any number can be added and subtracted,
even if it