====== RemoveSpaces ====== Remove leading and trailing spaces (white space) from a field. ===== Phase ===== This instruction is used by the TapeTrack Import Engine. ===== Syntax ===== ''RemoveSpaces(field);'' ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |field| String | Field to have white space removed.|1|128| ==== Example ==== Remove leading and trailing spaces from REPOSITORY field. RemoveSpaces(REPOSITORY); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}