| Author |
reading character from a string array
|
amal shah
Ranch Hand
Joined: May 05, 2006
Posts: 92
|
|
Hello, got stuck at the following instance: say for example i have String s[]={"amal","shah"} now here s[0] has value amal...now i want to read characters from the array s[0].....i initially thought of using parseType method for converting string to char...but found out that this method is applicable for converting strings to numeric values...unable to get through...help apprecited. thanking you amal shah
|
 |
Srikanth Basa
Ranch Hand
Joined: Jun 06, 2005
Posts: 241
|
|
If you wish to process character by character. [ August 17, 2006: Message edited by: Srikanth Basavaraju ]
|
 |
Gowher Naik
Ranch Hand
Joined: Feb 07, 2005
Posts: 643
|
|
|
|
 |
amal shah
Ranch Hand
Joined: May 05, 2006
Posts: 92
|
|
thanks srikanth and gowher...got it.....
|
 |
 |
|
|
subject: reading character from a string array
|
|
|