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
al_dhorse20
NA
1
0
multiple string values
Dec 22 2004 12:03 AM
I have a string called strCurrentDirection, and I have set the value = "North""South""East""West". When i run through my subprocedure, I need to pull only one of these values out according to my case statements. i.e. If gstrCurrentDirection = "East" And gstrTypeOfTurn = "Left" Then CurrentPoint.Y -= 40 My problem is that it always pulls out the value "North". How can I fix that
Reply
Answers (
1
)
char array to string
controlli