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
latika singh
NA
31
33.5k
Storing Values in Array
Jan 26 2012 1:54 PM
Dear All,
I am trying to store a structure in an array variable. Following is the line:
Dim pfb As String = struControltyp.Value("ActualPos")
When I check the datatype of struControltyp.Value("ActualPos").DataType.ToString then it returns Single to me.
But currently I am getting the following values in my pfb variable: 500;0;0;0.
Is there a way to stuff these values in a array variable so that I can use them in my forms controls?
Thanks!!
Reply
Answers (
1
)
Combo box with intellisense in Silverlight 4
How to deselect a silverlight grid row while sorting?