lxk3480 Posted July 4, 2004 Report Posted July 4, 2004 I use labview to read data from com1, then tranfer to Byte array and write to a Byte Steam File,.But at the end of buffer there is always a "enter". How can I eliminate the "enter"? OR replace it with "tab"? Thanks! :question: Quote
lxk3480 Posted July 5, 2004 Author Report Posted July 5, 2004 Why nobody answers me? Is my question no solution? :headbang: Quote
aledain Posted July 5, 2004 Report Posted July 5, 2004 Use the search and replace tool (String Palette). Wire "\n" as search and leave the replace unwired (it will replace with a NULL string). Wire the TRUE if you want to replace all the \n's. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.