Replace quote
Posted: Tue Dec 13, 2011 5:24 pm
I have a problem with the tool and I'm not sure how to do that
I'm trying to have this
Public Const LOGIN_PASSWORD As String = "TEST"
To be
Public Const LOGIN_PASSWORD As String = "TEST1234"
When I use the line Public Const LOGIN_PASSWORD As String = "TEST" in the est expression tool it does not find anything. If I remove "TEST" then it work. So I guess the system as a problem to find the expression because of the quote.
What should I use ?
I'm trying to have this
Public Const LOGIN_PASSWORD As String = "TEST"
To be
Public Const LOGIN_PASSWORD As String = "TEST1234"
When I use the line Public Const LOGIN_PASSWORD As String = "TEST" in the est expression tool it does not find anything. If I remove "TEST" then it work. So I guess the system as a problem to find the expression because of the quote.
What should I use ?