convertString: str | sym | sym := Symbol new: str size. 1 to: str size do: [:i| sym at: i put: (str at: i)]. ^ sym