For example, say strWord = "Burger". I want to create a new string strTrimmedWord, such that it strTrimmedWord = "urger" (B is gone).
How do I do this?
Use the Mid
function:
strTrimmedWord = Mid(strWord, 2)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With