hi,
i have a configuration file with this content for example:
test = "100";
teste2 = "300";
now need change the test from 100 to 300,
i just want use something like this: function ( "test" , 300 );
how can i do that?
thanks for help
i have a configuration file with this content for example:
test = "100";
teste2 = "300";
now need change the test from 100 to 300,
i just want use something like this: function ( "test" , 300 );
how can i do that?
thanks for help
Comment