04-21-2016 08:56 AM
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.
Solved! Go to Solution.
04-21-2016 11:11 AM
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.
04-21-2016 11:32 AM
Thanks Darren,
You are the man. I will test this out.