Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created July 18, 2016 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/c2ea373a22a051af7248dc852a595ed0 to your computer and use it in GitHub Desktop.
Save jpluimers/c2ea373a22a051af7248dc852a595ed0 to your computer and use it in GitHub Desktop.
Pascal Script doesn't like the array of const in the LogFormat function declaration
function LogFormat(const AFormat: string; const AArgs: array of const): string;
begin
Log(Format(AFormat, AArgs));
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment