<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MathScript: textscan equivalent? in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983379#M856440</link>
    <description>&lt;P&gt;There is a real problem with asking "why" in this context.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;That is an existing MathWorks customer trying to switch their (money-producing) product to your infrastructure. &amp;nbsp;Don't criticize them for it. &amp;nbsp;Don't make it harder for them to do so. &amp;nbsp;Dumb companies shoot themselves in the customer. &amp;nbsp;Smart companies make switching to their product as painless as possible.&lt;/LI&gt;
&lt;LI&gt;There is (in my case) a huge and elaborate (and butt-ugly) infrastructure that my little piece has to fit into. &amp;nbsp;I wrote it in MatLab because I can do it in about a tenth of the time as LV - a reflection on my skillset and background, not necessarily your software. &amp;nbsp;I am trying to convert it to MathScript and there are some "missing functions". &amp;nbsp;In final production I will be passed the values from upstream, but I don't have those values right now. &amp;nbsp;I am trying with my expertise to make as realistic as possible the inputs to my code. &amp;nbsp;The "just import from a VI" isn't on the menu for my code. &amp;nbsp;For you to assume that it is reflects your profound ignorance of my particular situation, both in terms of my skills, and in terms of the ecosystem in which I must perform.&lt;/LI&gt;
&lt;LI&gt;Unless someone gets angry and works very hard, the engineer (not notoroiusly good non-technical communicators) is going to shut up and go back to their own thing. &amp;nbsp;Folks inside your "club" might pat themselves on the back but new folks trying to enter the community are going to see something like this and it will look like Vlad the Impalers warniing - flee or this will happen to you too. &amp;nbsp;People like me see this as you enforcing a closed community. &amp;nbsp;Not only did you chase that one guy away, you have chased and are chasing others away. &amp;nbsp;I'm just angry enough about it to say something before I move on. &amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2014 15:08:39 GMT</pubDate>
    <dc:creator>EngrStudent</dc:creator>
    <dc:date>2014-09-08T15:08:39Z</dc:date>
    <item>
      <title>MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053047#M467970</link>
      <description>&lt;P&gt;To read LVM files acquired in LabView, I have been using lvm_import (&lt;A href="http://www.mathworks.com/matlabcentral/fileexchange/19913-lvm-file-import" target="_blank"&gt;http://www.mathworks.com/matlabcentral/fileexchange/19913-lvm-file-import&lt;/A&gt;) in MATLAB. However, I am attempting to now make use of MathScript so that all data can be acquired and analyzed in LabView, without third party software. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to modify lvm_import to account for all of the functions that MathScript does not support (structures, cell arrays, even try statements), but have run into an issue finding a replacement or workaround for textscan (&lt;A href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/textscan.html" target="_blank"&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/textscan.html&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone with thoughts, or know of the equivalent function in MathScript? lvm_import uses fgetl to get each line in an LVM file, but I can't think of anything other than textscan to parse it the way I want. For the record, textscan is used in lvm_import by the original author.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2010 21:12:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053047#M467970</guid>
      <dc:creator>lpm4ni</dc:creator>
      <dc:date>2010-01-13T21:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053056#M467973</link>
      <description>Sorry, to further clarify...I know that textread exists, but I don't want to have to take the line, write it to a file, then read it back with textread. As far as I know, you cannot use textread on a string variable.</description>
      <pubDate>Wed, 13 Jan 2010 21:20:17 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053056#M467973</guid>
      <dc:creator>lpm4ni</dc:creator>
      <dc:date>2010-01-13T21:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053197#M468032</link>
      <description>Can you clarify why you aren't using the Read From Measurement File to get the data from the lvm file?</description>
      <pubDate>Thu, 14 Jan 2010 02:04:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053197#M468032</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-01-14T02:04:25Z</dc:date>
    </item>
    <item>
      <title>回复： MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053232#M468042</link>
      <description>&lt;P&gt;Maybe I know the reason why &lt;A id="display_8" style="color: #666666" href="http://forums.ni.com/t5/user/viewprofilepage/user-id/144045" target="_self" class="LinkDisplay active"&gt;&lt;SPAN&gt;jktang&lt;/SPAN&gt;&lt;/A&gt; do not use the vi to read the text.&lt;/P&gt;&lt;P&gt;For example, the text&amp;nbsp;has the data just like below&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&lt;/P&gt;&lt;P&gt;54&amp;nbsp;,&amp;nbsp;&amp;nbsp;&amp;nbsp; 34&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 52&amp;nbsp;&amp;nbsp;456&lt;/P&gt;&lt;P&gt;243,32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 35&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5756&lt;/P&gt;&lt;P&gt;how to read it in LabVIEW very conveniently ? The format is so &lt;FONT face="Arial"&gt;complex, because the separate will be a blank space or more.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For MATLAB,just use the function "importdata" and the data will be read quickly and accurately.&lt;/P&gt;&lt;P&gt;Does LabVIEW&amp;nbsp;have the same function like "importdata"?&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;帖子被chenyin在&lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 01-13-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 09:55 PM&lt;/SPAN&gt;&lt;/DIV&gt;时编辑过了</description>
      <pubDate>Thu, 14 Jan 2010 03:55:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053232#M468042</guid>
      <dc:creator>chenyin</dc:creator>
      <dc:date>2010-01-14T03:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: 回复： MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053235#M468044</link>
      <description>&lt;P&gt;The lvm file was created with the Write to Measurement File and the Read From Measurement File can read it back.The file is just tab delimited text if I recall correctly and of course there are functions in LabVIEW for that. The main one being Read From Measurement File.&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, I don't quite understand the use of Express VIs in the first place. &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2010 04:07:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053235#M468044</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-01-14T04:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053254#M468049</link>
      <description>&lt;P&gt;Hi all, thanks for the responses. I suppose I wasn't too clear -- I need to analyze the raw data in the LVM file, not just display it. Read From Measurement File is an Express VI that I use to display the data, but in order to analyze it I need some actual algorithms. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I port the output from the RFMF VI to a MathScript node, I still need to scan each line in the LVM file, delimit the contents, and analyze. I am looking more for the LabView functions to help me perform this task. While it seems simple to use any number of functions that read delimited text, further exploration into the MathScript version of them shows that NI has greatly reduced the parameterization of these functions, and there aren't any functions that parse strings with a delimiter like textscan does. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, textread&amp;nbsp; would do the trick, except the MathScript version of it doesn't let you add parameters (i.e. a delimiter). dlmread will read from a file, but not if it contains strings (just numbers). fscanf scans it as a single string...etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the responses thus far! &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2010 05:51:07 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053254#M468049</guid>
      <dc:creator>lpm4ni</dc:creator>
      <dc:date>2010-01-14T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053282#M468056</link>
      <description>I'm even more confused. The output of the Read From Measurement File is a dynamic data type - not text. The dynamic data can be split into the different channels or converted to waveform data types which are cluster of to, dt, and y array. All of this informaton can be processed directly by a Mathscript node without having to read the file. There are hundreds/thousands of beginning users that analyze dynamic data with Express VIs.</description>
      <pubDate>Thu, 14 Jan 2010 07:19:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1053282#M468056</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-01-14T07:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054072#M468316</link>
      <description>I'm not sure I can clarify any more, so perhaps I should work on joining the hundreds/thousands. Thanks for the reply.&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by jktang on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 01-14-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 11:43 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Jan 2010 07:43:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054072#M468316</guid>
      <dc:creator>lpm4ni</dc:creator>
      <dc:date>2010-01-15T07:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054513#M468468</link>
      <description>I don't want to put words into Dennis's mouth, but what I think he is trying to say is that parsing the LVM file shouldn't be necessary.&amp;nbsp; You can use the &lt;STRONG&gt;Convert from Dynamic Data&lt;/STRONG&gt; VI to get the numeric data from the &lt;STRONG&gt;Read From Measurement File&lt;/STRONG&gt; VI in a variety of formats.&amp;nbsp; No parsing necessary.&amp;nbsp; You can then use that data, which is now double, waveform, or a variety of other types (you can choose how you want to view it) and put that into your MathScript node directly.&amp;nbsp; If I need to clarify that statement please let me know.&amp;nbsp; I hope this helps.&amp;nbsp;</description>
      <pubDate>Fri, 15 Jan 2010 19:58:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054513#M468468</guid>
      <dc:creator>NAKeel</dc:creator>
      <dc:date>2010-01-15T19:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054596#M468500</link>
      <description>&lt;P&gt;Nick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can put whatever words you want in my mouth. They were much more polite than the words I wanted to use.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2010 22:26:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/1054596#M468500</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-01-15T22:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983379#M856440</link>
      <description>&lt;P&gt;There is a real problem with asking "why" in this context.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;That is an existing MathWorks customer trying to switch their (money-producing) product to your infrastructure. &amp;nbsp;Don't criticize them for it. &amp;nbsp;Don't make it harder for them to do so. &amp;nbsp;Dumb companies shoot themselves in the customer. &amp;nbsp;Smart companies make switching to their product as painless as possible.&lt;/LI&gt;
&lt;LI&gt;There is (in my case) a huge and elaborate (and butt-ugly) infrastructure that my little piece has to fit into. &amp;nbsp;I wrote it in MatLab because I can do it in about a tenth of the time as LV - a reflection on my skillset and background, not necessarily your software. &amp;nbsp;I am trying to convert it to MathScript and there are some "missing functions". &amp;nbsp;In final production I will be passed the values from upstream, but I don't have those values right now. &amp;nbsp;I am trying with my expertise to make as realistic as possible the inputs to my code. &amp;nbsp;The "just import from a VI" isn't on the menu for my code. &amp;nbsp;For you to assume that it is reflects your profound ignorance of my particular situation, both in terms of my skills, and in terms of the ecosystem in which I must perform.&lt;/LI&gt;
&lt;LI&gt;Unless someone gets angry and works very hard, the engineer (not notoroiusly good non-technical communicators) is going to shut up and go back to their own thing. &amp;nbsp;Folks inside your "club" might pat themselves on the back but new folks trying to enter the community are going to see something like this and it will look like Vlad the Impalers warniing - flee or this will happen to you too. &amp;nbsp;People like me see this as you enforcing a closed community. &amp;nbsp;Not only did you chase that one guy away, you have chased and are chasing others away. &amp;nbsp;I'm just angry enough about it to say something before I move on. &amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 15:08:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983379#M856440</guid>
      <dc:creator>EngrStudent</dc:creator>
      <dc:date>2014-09-08T15:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent? (part 2)</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983431#M856448</link>
      <description>&lt;P&gt;Dear original asker,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm a MatLab guy learning LabVIEW MathScript (MS) myself. &amp;nbsp;Don't let the trolls get you down, there are plenty of things to commend LV. &amp;nbsp;It is compiled, not interpreted, and it integrates with a very nice tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have to build your own parser, like I did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say that your input file is heterogenous, and not just numeric. &amp;nbsp;Reading it as a CSV will have MS dropping non-numbers. &amp;nbsp;That isn't any good if you have heterogenous data - the primary purpose of using CSV in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say that a typical line in your CSV looks like this:&lt;/P&gt;
&lt;P&gt;A,1,&lt;SPAN&gt;James Truchard&lt;/SPAN&gt;,&lt;SPAN&gt;16156541&lt;/SPAN&gt;,1976-01-01,Austin Texas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use the "fread_csv" then you might get an array like this:&lt;/P&gt;
&lt;P&gt;[0,1,&lt;SPAN style="line-height: 15px;"&gt;0&lt;/SPAN&gt;,16156541,0,0]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nobody at LabVIEW wants to imply that James Truchard is a zero, and neither would you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use fgetline to read it in from the text file. &amp;nbsp;(&lt;A href="http://zone.ni.com/reference/en-XX/help/373123C-01/lvtextmath/msfunc_fgetline/" target="_blank"&gt;link&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;fid = fopen('foo.csv','r')&lt;/P&gt;
&lt;P&gt;tline = getline(fid)&lt;/P&gt;
&lt;P&gt;fclose(fid)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now that you have the text, what can you do to split it off into chunks? &amp;nbsp;MatLab used to have textscan, but found that building a (slightly) faster version was something their customers wanted - they have "strsplit" and introduced it in 2012. &amp;nbsp;Strsplit takes in a string and a delimiter, and outputs a cell array of the delimited strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The approach is:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Find indices of the delimiters&lt;/LI&gt;
&lt;LI&gt;Iterate through indices splitting out and putting into cells&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Here is my code to that effect&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%assumed result of fgetline&lt;/P&gt;
&lt;P&gt;mystr ='A,1,James Truchard,16156541,1976-01-01,Austin Texas'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%make vector of indices prepadded with a single zero&lt;/P&gt;
&lt;P&gt;myidx = [0,strfindall(mystr,',')]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%determine loop size&lt;BR /&gt;n = length(myidx)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%iterate through loop&lt;/P&gt;
&lt;P&gt;for i=2:n&lt;BR /&gt; out(i-1)={mystr(myidx(i-1)+1:myidx(i)-1)};&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%and prove that it works.&lt;/P&gt;
&lt;P&gt;out{3}&lt;/P&gt;
&lt;P&gt;%or&lt;/P&gt;
&lt;P&gt;fprintf('%s\n',out{3})&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this point you can do what you need to in the way of conversions to numbers, dates, or such. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 15:48:57 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983431#M856448</guid>
      <dc:creator>EngrStudent</dc:creator>
      <dc:date>2014-09-08T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983439#M856451</link>
      <description>&lt;P&gt;You do know that your post is the first that comes up in google search for "textscan mathscript" and that it has ~1000 views. &amp;nbsp;The only people who search for that phrase are going to be matlab users trying to use MathScript. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many of those are lost recurring engineering customers of LabVIEW? &amp;nbsp;At $5000 per license per year, that would be a cost of $5 million per year of lost gross revenue to National Instruments, recurring for the expected adoption period (typically measured in decades).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only argument you can make is that you did not necessarily lose all of them. &amp;nbsp;The problem with that is you also can't say that you didn't lose any of them. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You did not only lose them, you lost their downstream conversions. &amp;nbsp;In retail they say that one unhappy customer is 64 lost sales. &amp;nbsp;Given how engineers are such divas (&lt;A href="http://yro.slashdot.org/story/14/08/12/2242205/getting-it-talent-in-government-will-take-culture-change-says-google-engineer" target="_blank"&gt;link&lt;/A&gt;), it is arguable that the multiplication factor here is substantially larger. &amp;nbsp;Not only are they likely to discourage associates, they are going to influence suppliers AND customers.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2014 15:58:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2983439#M856451</guid>
      <dc:creator>EngrStudent</dc:creator>
      <dc:date>2014-09-08T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: re: MathScript: textscan equivalent?</title>
      <link>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2990141#M857332</link>
      <description>&lt;P&gt;You might also consider the "strread" function. &amp;nbsp;It looks a lot like textscan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://zone.ni.com/reference/en-XX/help/371361G-01/lvtextmath/msfunc_strread/" target="_blank"&gt;http://zone.ni.com/reference/en-XX/help/371361G-01/lvtextmath/msfunc_strread/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2014 16:50:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/MathScript-textscan-equivalent/m-p/2990141#M857332</guid>
      <dc:creator>EngrStudent</dc:creator>
      <dc:date>2014-09-11T16:50:37Z</dc:date>
    </item>
  </channel>
</rss>

