Click here to Skip to main content
15,909,737 members
Home / Discussions / C#
   

C#

 
AnswerRe: Ambiguous Pin
#realJSOP15-Dec-09 7:34
professional#realJSOP15-Dec-09 7:34 
GeneralRe: Ambiguous Pin
ddecoy16-Dec-09 1:29
ddecoy16-Dec-09 1:29 
GeneralRe: Ambiguous Pin
BurnerX17-Feb-10 6:33
BurnerX17-Feb-10 6:33 
GeneralRe: Ambiguous Pin
LimitedAtonement9-Feb-11 16:56
LimitedAtonement9-Feb-11 16:56 
QuestionConvert String to int zero is missing.... Pin
spalanivel14-Dec-09 23:58
spalanivel14-Dec-09 23:58 
AnswerRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 0:21
ddecoy15-Dec-09 0:21 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:39
spalanivel15-Dec-09 0:39 
GeneralRe: Convert String to int zero is missing.... Pin
ddecoy15-Dec-09 1:45
ddecoy15-Dec-09 1:45 
You can split a string like this:

string[] ArrayOfStrings;
string s = "AD0001-AD0002-AD0003";
ArrayOfStrings = s.Split('-');


For the rest I not sure what u mean...

Learning without thought is labor lost; thought without learning is perilous. (Confucius)

AnswerRe: Convert String to int zero is missing.... Pin
OriginalGriff15-Dec-09 0:36
mveOriginalGriff15-Dec-09 0:36 
GeneralRe: Convert String to int zero is missing.... Pin
spalanivel15-Dec-09 0:45
spalanivel15-Dec-09 0:45 
GeneralRe: Convert String to int zero is missing.... PinPopular
OriginalGriff15-Dec-09 0:53
mveOriginalGriff15-Dec-09 0:53 
JokeWrong forum Pin
dan!sh 15-Dec-09 1:16
professional dan!sh 15-Dec-09 1:16 
GeneralRe: Wrong forum Pin
Luc Pattyn15-Dec-09 1:35
sitebuilderLuc Pattyn15-Dec-09 1:35 
GeneralRe: Wrong forum Pin
dan!sh 15-Dec-09 1:42
professional dan!sh 15-Dec-09 1:42 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:49
professional#realJSOP15-Dec-09 3:49 
GeneralRe: Convert String to int zero is missing.... Pin
#realJSOP15-Dec-09 3:48
professional#realJSOP15-Dec-09 3:48 
AnswerRe: Convert String to int zero is missing.... Pin
Luc Pattyn15-Dec-09 1:39
sitebuilderLuc Pattyn15-Dec-09 1:39 
QuestionDownload first and last 1000 kb of a file? Pin
jafingi14-Dec-09 23:46
jafingi14-Dec-09 23:46 
AnswerRe: Download first and last 1000 kb of a file? Pin
Eduard Keilholz14-Dec-09 23:56
Eduard Keilholz14-Dec-09 23:56 
GeneralRe: Download first and last 1000 kb of a file? Pin
jafingi15-Dec-09 0:05
jafingi15-Dec-09 0:05 
GeneralRe: Download first and last 1000 kb of a file? Pin
Eduard Keilholz15-Dec-09 0:47
Eduard Keilholz15-Dec-09 0:47 
Questionreport viewer Pin
Member 59031014-Dec-09 23:13
Member 59031014-Dec-09 23:13 
QuestionMathematical Expressions from strings. Pin
Randal Vance Cunanan14-Dec-09 22:53
Randal Vance Cunanan14-Dec-09 22:53 
AnswerRe: Mathematical Expressions from strings. Pin
Migounette14-Dec-09 23:02
Migounette14-Dec-09 23:02 
AnswerRe: Mathematical Expressions from strings. Pin
Alan Balkany15-Dec-09 3:59
Alan Balkany15-Dec-09 3:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.