R
ReidarT
I have this line of code
Public Navn1 As String = "Per"
I want to change it to another 'text' by entering some text in a textbox
like
navn1 = 'Nils'
and then the line should look like
Public Navn1 As String = "Nils"
How do I do that?
regards
reidarT
Public Navn1 As String = "Per"
I want to change it to another 'text' by entering some text in a textbox
like
navn1 = 'Nils'
and then the line should look like
Public Navn1 As String = "Nils"
How do I do that?
regards
reidarT