Hi MollyHix,
If the file is already opened and you wish to re-format the string by removing the white space, you may want to try the following:
Wire the string to the "Search and Replace String.vi" which is located in the FUnctions Palette under "String".
Right-click on "Search String" and create Constant.
Right-click on the new constant and select "\" Codes Display.
Type \s
At the top (or actually middle) of the "Search and Replace String.vi", wire TRUE for "replace all".
Wire an empty string constant "" to "replace String".
The result string should give you a string without white space.
-Enjoy-
JLV