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
howard.kline
NA
15
0
Error using split
Mar 24 2004 8:16 PM
Does anyone know why I am getting an error when I run this? private string cutString(string str) { char[] cDividers = {' ','>','<'}; string[] segment; segment = str.Split(cDividers); return segment[0].ToString(); } Error: An unhandled exception of type 'System.ExecutionEngineException' occurred in Unknown Module. when I remove the '<' it will run fine.
Reply
Answers (
1
)
How to put the images in toolbar
How to change the size of Rich Text Box when I maximize the window?