Excat position of a string and searching inside a string
-
at the moment i am at the python parser and i need something where i can get the position of strings
so for example i have an input with contains print() and now i need to get the position of ( ) and between this both i have to search for this ""and then i have to find what is inside of "" to give it back to fuze
-
I think you probably need strFind(). Look on the help for details
-
then i will find "" but i have to know what is between ""
like print("hello")
or print("lol") -
-
This post is deleted! -
@pianofire Thanks so much
-
I need this From an input for example the parser detects print("hello")
no he goes to the "" and looks what is between.Then he saves this in a variable
and you useprint(stuff what is between the "")
update()
this is everything for the print() statement.
(I know in python 3.0 its an fuction)