[SOLVED] How to get a value from key?
Posted: 31 Jul 2017 10:54
Hy everyone, i want to store and get a value from a file. I dont have a problem when i store a value to file. But when i try get the value i got a problem
For example i stored a value to Surti.txt file:
Titlename=sir
Age=21
And when i get the value the output is
Hello titlename=sir.
Your age is Age=21 years old
I want the output is:
Hello sir.
Your age is 21 years old.
And when i get the value i want to check the key, for example:
If i make a variable titlename the value is titlename key value. And if i make a variable age the value is age key value. A variable is loaded from Surti.txt file.
Do you have an idea to do this??
I had attach my flow to explain that
For example i stored a value to Surti.txt file:
Titlename=sir
Age=21
And when i get the value the output is
Hello titlename=sir.
Your age is Age=21 years old
I want the output is:
Hello sir.
Your age is 21 years old.
And when i get the value i want to check the key, for example:
If i make a variable titlename the value is titlename key value. And if i make a variable age the value is age key value. A variable is loaded from Surti.txt file.
Do you have an idea to do this??
I had attach my flow to explain that