[SOLVED]Tag mismatch from adding a float
#1

This code is giving me a tag mismatch. If I get rid of the 'newredratingdiff' float it will compile without error.

PHP код:
rating[i] = rating[i] + newredratingdiff
EDIT: Solved. Turns out that this worked. First I've seen of doing that.

PHP код:
rating[i] = rating[i] + _:newredratingdiff
Reply


Messages In This Thread
[SOLVED]Tag mismatch from adding a float - by Celson - 26.03.2017, 09:43
Re: [SOLVED]Tag mismatch from adding a float - by raydx - 26.03.2017, 09:49

Forum Jump:


Users browsing this thread: 1 Guest(s)