LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create Project File Name Prefix Puts Space After Prefix

Solved!
Go to solution

I'm trying to create a project template.  I notice that when I put in the File Name Prefix it prefixes all of my VIs with that value PLUS a space.  I love the prefix but don't want the space.  Does anyone know how to make it so that when it renames all the VIs it doesn't insert that space after the preifix?

 

See the attachment.

 

Thanks for any direction on this.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 1 of 3
(2,883 Views)
Solution
Accepted by topic author ~jiggawax~

Add the following token to your LabVIEW INI file:

 

NewProjectNoAddedSpaceOnPrefix=TRUE

 

This will prevent the Create Project dialog from adding the space to the prefix.

Message 2 of 3
(2,853 Views)

Thanks Darren,

 

You are the man.  I will test this out.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 3
(2,843 Views)