Furthermore, 1 ‘almost’ simular/but opposite thing is, that I also have another list. Where the opposite has to happen.
0 → A
1 → B
2 → C
..
11 → L
I am a bit afraid that it will go wrong with 1/11 because the text has to be ‘recognized’ as 1 or 11, without mixing them up’
Ahh thanks Again!
1 final thing to close the topic:
When I ‘join’ the text items, branch 3 results in
LtoQ
Instead of
L to Q
Do you have any suggestions how to automatically generate the spaces?
Although I dont have any python skills, I think it should be possible.
Would it be possible to 3 ‘input’ variables and 1 output?
input A: List which has to be modified
input B: numbers which correspond to the Letters in input C
input C: Letter which correspond to the number in input B
Output D: The modified/translated input list A
Things to be aware of, is it also going correctly when there is a 1 and/or 11 present?
Other text or , have to be remain present. so only the numbers have to be converted.
Thanks once again.
Today I ran into 1 (and final thing).
Chellenge:
I also need to ‘translate/convert’ the other way round. So letters into numbers.
I thought this would maybe be possible with this python script, simply by modifying the ‘find’ and ‘replace’ input of the python script. Unfortunately this is not the case.
Do you have any suggestion howcome, and/or modify the script?
Thank you once again!
hello all i need to know if i have a grid and i extracted the area and then numbered the centroid how to change those numbers to Alphabet like for example index 1- 3- 5 to A A A and 2 4 6 to B B B
do not use Point List component to display the values, but use Text Tag and supply a list of values to be displayed: one value for each point, in this case values might be a list like A,B,A,B,A,B (just a wild guess based on your brief description)
I guess this problem is not about replacement, so I’d advice to open a new thread, and eventually upload a sketch and a gh file