i need to automatize a process.
I have a list of phrases, which indicate the level of correspondence to requisite. a .txt like this
1.1 cat is red 1.2 blue is blue 1.3 cggd 1.4 dses 2.1 blabla 2.2 yellow is yellow 2.3 abcded 2.4 blablabla
what i want is obtain an automatic evaluation, by entering specific number.
for example, the work deserves 4 in the first part and two in second part.
i want to write "1.4", "2.2" and obtain a textual output, made by
"dses. yellow is yellow"
How could i do?
Thank you four your suggestions!
Try building your text in an array
and then run loops over rows and columns creating your string expression