Click here to Skip to main content
15,887,248 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRe: Trying to use smo to create an insert stored proc which returns identity [modified] Pin
bobishkindaguy17-May-09 9:39
bobishkindaguy17-May-09 9:39 
AnswerRe: Trying to use smo to create an insert stored proc which returns identity Pin
bobishkindaguy17-May-09 10:57
bobishkindaguy17-May-09 10:57 
Questiontool text gdi+ Pin
ramaluciano14-May-09 4:59
ramaluciano14-May-09 4:59 
QuestionClickOnce and Sandbox? Pin
Atul Kharecha14-May-09 0:50
Atul Kharecha14-May-09 0:50 
Questionsplitting in VB.NET without delimiters Pin
poojapande13-May-09 23:06
poojapande13-May-09 23:06 
AnswerRe: splitting in VB.NET without delimiters Pin
Pete O'Hanlon13-May-09 23:24
mvePete O'Hanlon13-May-09 23:24 
GeneralRe: splitting in VB.NET without delimiters Pin
Luc Pattyn14-May-09 1:33
sitebuilderLuc Pattyn14-May-09 1:33 
AnswerRe: splitting in VB.NET without delimiters Pin
Fernando Soto14-May-09 8:28
Fernando Soto14-May-09 8:28 
Hi poojapande;

You can use the ToCharArray method of the string class as shown in the code snippet.

Dim geneSeq As String = "ATTATCGATGATATTATTGGTCTTATTTGT"
Dim splitseq() As Char

splitseq = geneSeq.ToCharArray()

' Display the splitseq array
For Each ch As Char In splitseq
    Console.WriteLine(ch)
Next


Fernando
QuestionDisable "Print" & "Save As" Options From Moss 2007 document Library Pin
Kronfolitto13-May-09 22:12
Kronfolitto13-May-09 22:12 
QuestionLink error with C++ code with Intel fortran code. Pin
lavate malllik13-May-09 21:47
lavate malllik13-May-09 21:47 
QuestionBootstrapper Pin
netDeveloper13-May-09 21:45
netDeveloper13-May-09 21:45 
AnswerRe: Bootstrapper Pin
netDeveloper13-May-09 22:50
netDeveloper13-May-09 22:50 
GeneralRe: Bootstrapper Pin
netDeveloper14-May-09 1:51
netDeveloper14-May-09 1:51 
QuestionWindows address book Pin
ashish purwar13-May-09 19:57
ashish purwar13-May-09 19:57 
QuestionDelete Record from Data Grid Pin
saif_saifi12-May-09 21:50
professionalsaif_saifi12-May-09 21:50 
Questionhow to paint the MainMenu Pin
coderormnger12-May-09 21:21
coderormnger12-May-09 21:21 
AnswerRe: how to paint the MainMenu Pin
Pete O'Hanlon12-May-09 22:08
mvePete O'Hanlon12-May-09 22:08 
QuestionHow to get machine certificate and user license. Pin
deadlyabbas12-May-09 21:01
deadlyabbas12-May-09 21:01 
Question.Net Remoting with COM client Pin
lee2312-May-09 19:43
lee2312-May-09 19:43 
Questionproblem with richedit control [modified] Pin
ramaluciano12-May-09 18:52
ramaluciano12-May-09 18:52 
QuestionIRunningObjectTable.Register method Pin
lee2312-May-09 18:23
lee2312-May-09 18:23 
AnswerRe: IRunningObjectTable.Register method Pin
lee2312-May-09 19:06
lee2312-May-09 19:06 
GeneralRe: IRunningObjectTable.Register method Pin
lee2313-May-09 20:25
lee2313-May-09 20:25 
QuestionSeeking advice for storing data in memory [modified] Pin
glumlord12-May-09 7:46
glumlord12-May-09 7:46 
AnswerRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 7:59
glumlord12-May-09 7: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.