Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loop over characters in a string..

Status
Not open for further replies.

brianpercival

Programmer
Jun 13, 2005
63
US
I can't believe this. How can I loopover characters in a string? Is there any function for this???

regards,
Teja
 
What does the string look like? You could put it in a list and loop through that.



Hope This Helps!

ECAR
ECAR Technologies, LLC

"My work is a game, a very serious game." - M.C. Escher
 
it is a normal string, I figured out that I have to loop over it's length and then use a mid(str,i,1) to get each character.

regards,
Brian
 
good job.

We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top