08.03.2011, 12:22
I have bool loading with y_ini:
if( ! strcmp( pavadinimas, "Parduodama", true ) ) MasinuDB[ masinosid ][ Parduodama ] = nustatymas;
Ofcourse I get an warning, because nustatymas is string.. And I need to convert it to bool ;S like strval, floatstr
if( ! strcmp( pavadinimas, "Parduodama", true ) ) MasinuDB[ masinosid ][ Parduodama ] = nustatymas;
Ofcourse I get an warning, because nustatymas is string.. And I need to convert it to bool ;S like strval, floatstr