Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Convert to array of string Pin
Guffa14-Jun-06 1:29
Guffa14-Jun-06 1:29 
GeneralRe: Convert to array of string Pin
Tamimi - Code14-Jun-06 1:46
Tamimi - Code14-Jun-06 1:46 
GeneralRe: Convert to array of string Pin
Guffa14-Jun-06 6:25
Guffa14-Jun-06 6:25 
QuestionDuplicate Email checking with AJAX... Pin
YoungJoe13-Jun-06 23:03
YoungJoe13-Jun-06 23:03 
AnswerRe: Duplicate Email checking with AJAX... Pin
stancrm14-Jun-06 0:34
stancrm14-Jun-06 0:34 
Questionstring split error ? help please ... [modified] Pin
cmpeng3413-Jun-06 22:48
cmpeng3413-Jun-06 22:48 
AnswerRe: string split error ? help please ... [modified] Pin
rah_sin13-Jun-06 22:53
professionalrah_sin13-Jun-06 22:53 
AnswerRe: string split error ? help please ... Pin
Roy Heil14-Jun-06 3:18
professionalRoy Heil14-Jun-06 3:18 
It is difficult to know for sure what your problem is, as you did not include all your code. For instance, what is the value of splitter, and what does your loop look like?

Try stepping through your code and examining the value of dateopened, houropened, and whoopened. I think you will find that they all contain the same thing, an array with all the dates, all the hours, and all the whoopened.

You might try modifying it like this:

stringarray = s.Split(splitter);<br />
Console.WriteLine(Convert.ToString(stringarray[i*3]));<br />
Console.WriteLine(Convert.ToString(stringarray[i*3 +1]));<br />
Console.WriteLine(Convert.ToString(stringarray[i*3 +2]));


This is assuming that the first iteration of the loop, i is zero.

I hope this helps.

Roy.
Questionhow to draw vector images? Pin
Sasuko13-Jun-06 22:34
Sasuko13-Jun-06 22:34 
Questionplz helppppppppp me about this Pin
Gulfaraz13-Jun-06 21:53
Gulfaraz13-Jun-06 21:53 
AnswerRe: plz helppppppppp me about this Pin
J4amieC13-Jun-06 22:04
J4amieC13-Jun-06 22:04 
AnswerRe: plz helppppppppp me about this Pin
User 665814-Jun-06 2:39
User 665814-Jun-06 2:39 
QuestionPopulating Listview with XML file. [modified] Pin
chandler8313-Jun-06 21:49
chandler8313-Jun-06 21:49 
AnswerRe: Populating Listview with XML file. Pin
rah_sin13-Jun-06 22:31
professionalrah_sin13-Jun-06 22:31 
AnswerRe: Populating Listview with XML file. Pin
Tamimi - Code14-Jun-06 1:12
Tamimi - Code14-Jun-06 1:12 
Questiondisplay a image from db Pin
imsathy13-Jun-06 21:31
imsathy13-Jun-06 21:31 
QuestionInstaller for app, dotnet and msde Pin
JacquesDP13-Jun-06 21:26
JacquesDP13-Jun-06 21:26 
AnswerRe: Installer for app, dotnet and msde Pin
Mr. VB.NET14-Jun-06 5:21
Mr. VB.NET14-Jun-06 5:21 
GeneralRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 5:36
JacquesDP14-Jun-06 5:36 
QuestionRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 6:19
JacquesDP14-Jun-06 6:19 
AnswerRe: Installer for app, dotnet and msde Pin
Mr. VB.NET14-Jun-06 7:06
Mr. VB.NET14-Jun-06 7:06 
GeneralRe: Installer for app, dotnet and msde Pin
JacquesDP14-Jun-06 20:13
JacquesDP14-Jun-06 20:13 
Question[Message Deleted] Pin
YogeshRT13-Jun-06 20:14
YogeshRT13-Jun-06 20:14 
AnswerRe: exact meaning of managed & unmanaged code in .NET Pin
stancrm13-Jun-06 20:41
stancrm13-Jun-06 20:41 
AnswerRe: exact meaning of managed & unmanaged code in .NET Pin
Guffa13-Jun-06 21:00
Guffa13-Jun-06 21:00 

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.