String to file path
- From: Cory K <x@xxxxxxxx>
- Date: Wed, 30 Jul 2008 17:40:06 -0500 (CDT)
I am looking for a function in LabVIEW and it seems to be hiding from me.
I have data write to a file in my VI.
There are 3 strings:
1) constant - file path preceding the name of the file
2) control - the user can type in whatever name they want
3) constant - ".txt"
The 3 strings are then concatenated.Can I turn that concatenated string into a filepath?
It would be really cool if there was a "string to filepath" function, but I cant find it.
.
Relevant Pages
- configurable calculator string?
... I calculate all statistical parameters of all signals. ... I want to make such an editor in the application, so that the users can build the strings ... parse the formula strings with the actual data. ... (comp.lang.labview) - Passing string and array of strings to LabVIEW in ActiveX
... We are facing some difficulties in retrieving into LabVIEW string and array of strings. ... Does anybody have an example in C++ which returns strings and array of strings to LabVIEW via ActiveX? ... (comp.lang.labview) - carriage return in a text data file
... When I saved various strings to text file, the carriage return code was not saved. ... (under windows XP and LV 8.2.1) ... (comp.lang.labview) - Changing user messages to Korean Language
... I have been unsuccessful with NI recommendations to export/translate/import front panel strings to the Korean language. ... "To localize your front panel, you need to internationalize your code, extract the VI strings into a text file, translate this text file, and import the localized VI strings into the VI.l" ... (comp.lang.labview) - Re: Hiding Versions
... > Hiding version strings is very pointless. ... > strings for exploit purposes, ... I agree that you should patch the box correctly. ... it less likely that the exploit will work the first time - and if your ... (FreeBSD-Security) |
|