hello,
Somebody can help,look me where i must look information for doing this :
I've file
values.txt
and i want to recover the values of the variables
in the best world i want to take him in a array like this
it's possible ?
thanks
Somebody can help,look me where i must look information for doing this :
I've file
values.txt
#------------------
#Important
#------------------
export scan=YES
export vinils=/home/vinils
export dayof=NO
#------------------
#sub
#------------------
export var1=easy
export var2=medium
export var3=hard
and i want to recover the values of the variables
in the best world i want to take him in a array like this
Code:
%values ("scan" => "YES",
"vinils" => "/home/vinils",
"dayof" => "NO",
....
"var3" => "hard"
);
it's possible ?
thanks