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
Hesham Hassanein
NA
140
16.9k
calling an element and multiplying from a double list
Oct 10 2014 9:26 AM
Sorry for repeating the question but I have read the references and I don't know why the output is not displayed. It should be something in the index because its giving me out of bounds.. but i don't know how to fix it.. Please have alook..
have a csv file MobileId;MenuTreeView;MenuName;MenuInfo;MenuAction
1042;MP_Menubaum;user_key1;user_key1;PressKey
1042;MP_Menubaum;Wait;1;Wait
1042;MP_Menubaum;TS:Coord;38%55%:0:0;TouchScreen
1042;MP_Menubaum;Wait;2;Wait
and I have the MenuInfo as a List and MenuAction as a List.
I want to get the 38 before the percentage sign in the MenuInfo List and Multiply it by the value called Length, Length is a double List that is defined in another Method..
and get the value 55 in the MenuInfo and multiply it by width (The same procedure as length)
This is what i have done but it gives me out of index....how can i multiply the right value in the L List
I uploaded the code
Reply
Answers (
37
)
Adding progress bar in C# windows application
How to referesh a winform