07.05.2011, 02:36
First of all double equal sign works(a = b = c).
However a and b will have the value of c.
I guess he want to store dini_Int(file,"Registracija") into both reg and CarInfo[idx][cReg].
The only problem is that SetVehicleNumberPlate only accepts a string for the second parameter.
Try to use valstr to convert that.
However a and b will have the value of c.
I guess he want to store dini_Int(file,"Registracija") into both reg and CarInfo[idx][cReg].
The only problem is that SetVehicleNumberPlate only accepts a string for the second parameter.
Try to use valstr to convert that.