I have Text Box Control called txtCount
it could be something like thisVB Code:
txtCount.Text = "Users Count " & X & " Now"
"Users Count 56 Now" or "Users Count 3 Now" ...etc
How can I make a short code that takes the Value X between "Users Count " & " Now".
Thanks




Reply With Quote