If I'm not mistaken, there currently isn't a single function that deletes a certain number of characters from a string. This can be done in a variety of ways using existing string functions, such as the example shown in the picture below. It would be really nice if LabVIEW contained a Delete From String function with offset and length inputs as illustrated in the same picture below. If you didn't wire up the length, maybe it could delete the remainder of the string and maybe an unwired offset could default to 0, similar to the String Subset function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As described by raphschru, the Replace Substring function can be used to remove a section of a string based on index and length. Additionally, you can use the Search and Replace String function (with an empty 'replace string') to remove a section of a string based on its value.