[Pas2js] rpcclient without parameters doesn't work

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Sep 13 14:38:56 CEST 2022


On Tue, 13 Sep 2022 09:22:33 +0000 (UTC)
Luca Olivetti <luca at ventoso.org> wrote:

>[...]
> if Assigned(aRequest.Params)
> 
> evaluates to false, even if aRequest.Params is there (though it's an 
> empty array).

An empty Pascal array can be nil so Assigned(nil) can be false.


Mattias


More information about the Pas2js mailing list