From: Mateusz Tybura Date: 2008-08-21T17:49:15+09:00 Subject: Re: STRING FUNCTIONS Newb Newb wrote: > I have string. > In that i need to display the first element from String means Which > Function Should I use? > I Am Unable To Figure Out.. If you mean first letter : name[0] #shows code name[0].chr #shows letter -- Posted via http://www.ruby-forum.com/.