Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Count a String using an integer; delete a character and then restart the count from next character

Started 1 month ago by Manik Nath
Hi All, I am facing a weird kinda problem. Can't figure the solution. Here is the problem. I have a string "FLAMES". This is a fixed string. I want to start counting the string characters till it reaches the value of an integer 'n' say the value of n = 7. So what I is want is the code to start counting from F,L,A,M,E,S now at n = 6 the string finishes, so n = 7 will be "F". Now at the last ...
Site: CodeProject: Discussion Boards. Free source code and programming help  CodeProject: Discussion Boards. Free source code and programming help - site profile
Forum: Visual Basic / VB.NET  Visual Basic / VB.NET - forum profile
Total authors: 4 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: codeproject.com

Other posts in this thread:

Christian Graus replied 1 month ago
Sounds like some incredibly simple homework to me. We're not going to do it for you, you have to try yourself. It's set so you can learn, not because the world needs this program to exist. So, what have you tried ? Think about the task, think about how to logically break down the steps you want to take. If you're stuck when you bothered to try yourself, you might post code here and ask a ...

Steven J Jowett replied 1 month ago
Here is a tip... SubString

rootjumper replied 1 month ago
and the Second tip is ... .... using a loop

 

Top contributing authors

Name
Posts
Steven J Jowett
1
user's latest post:
Count a String using an integer;...
Published (2009-11-10 07:42:00)
Here is a tip... SubString
Christian Graus
1
user's latest post:
Count a String using an integer;...
Published (2009-11-10 03:13:00)
Sounds like some incredibly simple homework to me. We're not going to do it for you, you have to try yourself. It's set so you can learn, not because the world needs this program to exist. So, what have you tried ? Think about the task, think about how to logically break down the steps you want to take. If you're stuck when you bothered to try yourself, you might post code here and ask a SPECIFIC question.
rootjumper
1
user's latest post:
Count a String using an integer;...
Published (2009-11-10 09:57:00)
and the Second tip is ... .... using a loop
Manik Nath
1
user's latest post:
Count a String using an integer;...
Published (2009-11-10 01:57:00)
Hi All, I am facing a weird kinda problem. Can't figure the solution. Here is the problem. I have a string "FLAMES". This is a fixed string. I want to start counting the string characters till it reaches the value of an integer 'n' say the value of n = 7. So what I is want is the code to start counting from F,L,A,M,E,S now at n = 6 the string finishes, so n = 7 will be "F". Now at the last count of n...

Related threads on "CodeProject: Discussion Boards. Free source code and programming help":

Related threads on other sites:

Thread profile page for "Count a String using an integer; delete a character and then restart the count from next character" on http://www.codeproject.com. This report page is a snippet summary view from a single thread "Count a String using an integer; delete a character and then restart the count from next character", located on the Message Board at http://www.codeproject.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity