how can i read a value in a string txt file?
for exemple i have a config.txt on my dirassets
in this txt have this values
casa=1
teste=5
how can i read this values
1°read a file where is casa get value last =
result = 1
where is teste i have result = 5
how can i read this value?
for exemple i have a config.txt on my dirassets
in this txt have this values
casa=1
teste=5
how can i read this values
1°read a file where is casa get value last =
result = 1
where is teste i have result = 5
how can i read this value?