[fpc-pascal] Format and Cardinal

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Feb 10 15:25:56 CET 2016


Felipe Monteiro de Carvalho wrote on Wed, 10 Feb 2016:

> lol, thanks for the comprehensive reply, if no one objects I will add
> a note about this in
> http://www.freepascal.org/docs-html/rtl/sysutils/format.html

That is the wrong place. It has nothing to do with format, it's about  
the "array of const" construct and applies to any routine accepting  
such parameters. I just noticed there's an error in the array of const  
documentation though: at the bottom of  
http://www.freepascal.org/docs-html/ref/refsu70.html it says that  
there is no support for qword in array of const, but that's wrong.  
It's cardinal that is not supported.


Jonas



More information about the fpc-pascal mailing list