| Usuário | Contagem |
|---|---|
| 10 | |
| 6 | |
| 5 | |
| 3 | |
| 2 |
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.
Você deve ser um usuário registrado para adicionar um comentário aqui. Se você já estiver registrado, faça logon. Se você ainda não estiver registrado, registre-se e faça logon.
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.