astChrRemoveBlanks

Remove all spaces from a string

Description:

This function removes all spaces form the supplied string by moving non-space characters to the left. The string is terminated to remove any trailing spaces.

Synopsis

void astChrClean( char text )

Parameters:

text
Pointer to the null terminated string to be modified.