Hi, I am beginning with Python and Python Script, which I really love :)
I am trying to write an order that when the string 'Poem' is found in the Editor, than it should some steps. I saw that you can do that with something like
'Poem' in text
But when I try:
'Poem' in editor
The console tells me 'False' although it should be true.
Thanks a lot and sorry if the question is too sily.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am beginning with Python and Python Script, which I really love :)
I am trying to write an order that when the string 'Poem' is found in the Editor, than it should some steps. I saw that you can do that with something like
But when I try:
The console tells me 'False' although it should be true.
Thanks a lot and sorry if the question is too sily.