LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

custom header delimeter

My company is used to exporting data from MAX using a custom header with the tab delimeter.  I am trying to make a LabVIEW program that automatically writes the data and header to the file.  My company already has software to make a custom header text file but the problem is that this file contains the text:  {delimiter} where each tab should be.  Is there a way when reading this custom header from the file to add a tab when this {delimiter} shows up such as MAX does? 
0 Kudos
Message 1 of 2
(2,315 Views)

Use "search and replace string",

 

  • search string= {delimiter}
  • replace string=tab diagram constant
  • replace all=true.
0 Kudos
Message 2 of 2
(2,312 Views)