[friend]
Swap two strings.
Definition at line 713 of file FXString.h.
00713 { FXchar *t=a.str; a.str=b.str; b.str=t; }