LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

User input and string catonation to store data in existing folder

I want to save my data to an already existing folder on my server (X:\). The user needs to input the job #, for example, 936888. I want the data to go to this folder on drive X:. I have tried to use the "build path" vi to combine the user input of the folder number with the path.
0 Kudos
Message 1 of 4
(2,203 Views)
In the string palette, there is a subpalette called String\Array\Path Conversion. Convert to and from strings and use Concatenate String to build the path and convert it back to path.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,192 Views)
Hello,

If probably easier if you use the array of strings to path function.
Take a look at the attached vi.

Hope this helps,
Paulo
0 Kudos
Message 3 of 4
(2,190 Views)
Hi Ronman !
Try this...
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 4 of 4
(2,186 Views)