25.01.2010, 21:36
Well, i'm supposing that [pIdentificacao] saves the value of the vehicleid, so it might be equal to carx.
vehicleid's ID starts in 0, not in 1, so you don't need to substract 1 in CarInfo array. It seems you save car nє 2 in CarInfo[1], not in CarInfo[2].
if [pIdentificacao] saves another value, can't help without knowing what means that value.
vehicleid's ID starts in 0, not in 1, so you don't need to substract 1 in CarInfo array. It seems you save car nє 2 in CarInfo[1], not in CarInfo[2].
if [pIdentificacao] saves another value, can't help without knowing what means that value.