On Wed, 17 May 2017 22:27:20 +0200
Joe via Lazarus <[email protected]> wrote:

>[...]
> Is this the correct way to report my finding? As a non professional I am 
> not sure.
> 
> Lazarus 1.8 RC1 under Win 10 (64):

Yes, although this is more exact:
Help / About Lazarus / Right mouse click on logo / Copy version info to
clipboard.


> "GetEnvironmentVariable('computername')" doesn't work.
> When compiling, it returns "Error: Wrong number of Parameters specified 
> for call to GetEnvironmentVariable".

The SysUtils GetEnvironmentVariable expects one string. So, maybe you
have somewhere another GetEnvironmentVariable?
Use Find Declaration to find out.

Mattias
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to