24.05.2016, 12:43
Can you show your enum? And btw colors are not floats try like this:
And use Y_INI or mysql.
PHP код:
format(string, 128, "cd%dVeh%dColor1",f, fv);
if( strcmp( key , string , true ) == 0 ) { val = ini_GetValue( Data ); CarDealershipInfo[f][cdVehicleColor1][fv] = strval( val ); } // Error Code
format(string, 128, "cd%dVeh%dColor2",f, fv);
if( strcmp( key , string , true ) == 0 ) { val = ini_GetValue( Data ); CarDealershipInfo[f][cdVehicleColor2][fv] = strval( val ); } // Error Code