TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
denny simon
NA
57
0
another way than iterare 5 times
Jan 15 2010 9:43 PM
I have a string string1="11001";
I want to Check a checkListBox in each index step according to the "1" value of
the string1
to do that I shift the string1 five times to the right and compare
the excess value with "1" ,and if the value equals then I check
the ChecklistBox index accordingly
But I think this way is not fast because i have to iterate five times
is there a better way than this ?
Please give me the idea
thx
denny
Reply
Answers (
5
)
Delete an Array of Panels - using for loop
Reading data from Excel Sheet using oledb connection