Hi,
i got this var:
dim myvar as string
myvar = "Console.Writeline('Allo')"
i want get text between the ( and ).
I want get 'Allo' with the '
I want extract the code with ' ' because if i get
myvar = "Console.Writeline('Salut ' & any-var)
i want get " 'Salut ' & any-var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.