Recent

Author Topic: Zreport compiling error  (Read 1363 times)

eldonfsr

  • Sr. Member
  • ****
  • Posts: 446
Zreport compiling error
« on: June 06, 2021, 03:45:27 am »
Hi i tried to compile zreport and send me error on this process

procedure TZStringStream.WriteString(const Value: String);
var
  S: String;
begin
  S:= {TrimRight(}Value{)};
  Write(PChar(S + #13#10)^, length(S)+2);
end;

zrstream.pas(158,17) Error: Variable identifier expected

Is on line write....
some help welcome.

 

TinyPortal © 2005-2018