DeBlankAll:

Path: Common/General

% Delete all blanks 
 Including spaces, new lines, carriage returns, tabs, vertical tabs, 
 and formfeeds.
--------------------------------------------------------------------------
   Form:
   s = DeBlankAll( s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s      (1,:)   Character string

   -------
   Outputs
   -------
   s      (1,:)   Character string

--------------------------------------------------------------------------

Back to the Common Module page