Newbie problem with the String class

Thomas Regner tomte at subdimension.com
Thu Feb 10 11:51:30 GMT 2000


On Don, 10 Feb 2000, you wrote:
> > Was "index" replaced by another method? Which one?

the index-operator is [],

so you don´t use 

string_var.index(pos) 

but 

string_var[pos]

that´s it ;)

by

Tom
-- 
/--------------
| Thomas Regner			
| Kaiserstr. 5			
| 26122 Oldenburg		
| Tel.: +49 441 7775005		
| E.:   tomte at subdimension.com	
|______________________________/




More information about the KDevelop mailing list