Home | Notes | Languages | Programs | Homework |
Re: String question again |
Matthew Miller (namille2@VT.EDU)
Sat, 17 Feb 2001 21:52:45 -0500
Message-ID: <20010217215245.A13965@vt.edu> Date: Sat, 17 Feb 2001 21:52:45 -0500 From: Matthew Miller <namille2@VT.EDU> Subject: Re: String question again
On Sat, Feb 17, 2001 at 09:45:02PM -0500, Pak Chung wrote:
> Does anyone know how to treverse a string?
> for example
> str1 : string;
> i want to compare each character in the string with another character lets say a space ' '
Its much like C array access: str1[index] = ' '
Matthew
-- "If God had intended us to drink beer, He would have given us stomachs." - David Daye
Home | Notes | Languages | Programs | Homework |