Returns string with removed double spaces
| #include "String and File String.au3" _StringRemoveDoubleSpaces( $sString ) |
| $sString | String with double spaces to remove |
| string value | Double spaces removed string |
_StringRemoveDoubleSpaces( "String with to much spaces" ) ; "String with to much spaces"