18.11.2018, 19:14
Just one more error, I know it sounds weird but I got errors on this line:
new final = checks+finalinterest-TaxValue;
Variables are defined as below:
new checks;
new finalinterest;
new TaxValue;
new final = checks+finalinterest-TaxValue;
Код HTML:
error 020: invalid symbol name "" error 001: expected token: "=", but found "const" error 008: must be a constant expression; assumed zero fatal error 107: too many error messages on one line
new checks;
new finalinterest;
new TaxValue;