lalogarza2891 Posted April 10 Report Share Posted April 10 How i can delete specific character at string? for example, i have the next string: 10/04/24, and i want to delete the slash Link to comment Share on other sites More sharing options...
arnie Posted April 11 Report Share Posted April 11 I've done what you're trying to do with these 4 nets. Here, I'm pulling a weight string from an RS232 connected scale. This string has a period in it that I need to remove. First, you define your date sting vector's length. Second, you'll need to convert your forward slash (string) to ASCII. Third, you'll need to "String Find" within your date vector. Finally, you'll "Remove from String" and you should be done. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now