02.04.2019, 17:12
I have a problem with this code. How to fix it?
When he wants to remove FamRang
This error pops up
Code:
if(strlen((typ == 0) ? (FracRang[uid][i]) : (FamRang[uid][i])) < 2) format(lStr, 256, "%s%s, ", lStr, (typ == 0) ? (FracRang[uid][i]) : (FamRang[uid][i]));
Code:
if(strlen((typ == 0) ? (FracRang[uid][i])) format(lStr, 256, "%s%s, ", lStr, (typ == 0) ? (FracRang[uid][i]));
Code:
error 001: expected token: ":", but found ")" error 001: expected token: ":", but found ")" error 033: array must be indexed (variable "FracRang")