Search results

  1. Nadir

    Why this script show a syntax error

    Hi, why this script show a syntax error? function getLicenseInfo(infoNr: String): String; var buf: AnsiString; begin SetLength(buf, 128); if obsGetLicenseInfo(StrToInt(infoNr), buf) then Result := buf else Result := “”; end; tks you.
Back
Top