[Lazarus] Compilation error on an old source

Jean SUZINEAU jean.suzineau at wanadoo.fr
Sun Jun 23 14:25:13 CEST 2024


It's likely because it was written for an older version of the function 
IsEmptyStr,
the current one takes an array of char as second parameter.

So I think IsEmptyStr(auxstr,'0') should become IsEmptyStr(auxstr,['0'])

https://www.freepascal.org/docs-html/rtl/strutils/isemptystr.html



More information about the lazarus mailing list