Search results

  1. Nadir

    Why this script show a syntax error

    I contacted Obsidium suppot and they give me an updated version of the code thanks you so match.
  2. Nadir

    Why this script show a syntax error

    do you have solution for that please?
  3. Nadir

    Why this script show a syntax error

    No i havent !!
  4. Nadir

    Why this script show a syntax error

    tks you, how i can solve the problem please. error code: unknown method or routine: ‘SetLength’
  5. 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