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

C#

 
AnswerRe: string to array Pin
User 665824-Jan-09 1:20
User 665824-Jan-09 1:20 
AnswerRe: string to array Pin
DaveyM6924-Jan-09 1:21
professionalDaveyM6924-Jan-09 1:21 
GeneralRe: string to array Pin
lawrenceinba24-Jan-09 1:55
lawrenceinba24-Jan-09 1:55 
AnswerRe: string to array [modified] Pin
Luc Pattyn24-Jan-09 2:09
sitebuilderLuc Pattyn24-Jan-09 2:09 
GeneralRe: string to array Pin
User 665824-Jan-09 2:17
User 665824-Jan-09 2:17 
QuestionIHTMLElement.id is empty Pin
FaroePigbear24-Jan-09 1:03
FaroePigbear24-Jan-09 1:03 
AnswerRe: IHTMLElement.id is empty Pin
FaroePigbear24-Jan-09 2:45
FaroePigbear24-Jan-09 2:45 
Questionunable to spot the error Pin
lawrenceinba24-Jan-09 0:48
lawrenceinba24-Jan-09 0:48 
if possible antbody help me... do no wat error it contains


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

class MainClass
{
public static void Main()
{
int tokenindex = 0;
int cntTokens = 0;
int iSymbol = -1;
int prevDictSymbol = -1;
char[] strToken = new char[512];
int i=0;
string[] arr = { "Hello", "World" };

while (arr[0] != null)
{
tokenindex = 0;



while ((arr[0] != ' ') && (arr[0] != ',') && (arr[0] != ';')



&& (arr[0] != '/') && (arr[0] != '#') && (arr[0] != '\0')

&& (arr[0] != '&') && (arr[0] != '-'))


strToken[tokenindex++] = arr[0];
arr++;

strToken[tokenindex] = '\0';
}

Console.WriteLine(" The Token is:", strToken);
Console.WriteLine("The Length of strToken", strToken);

}
}


the quieter u become more u hear

AnswerRe: unable to spot the error Pin
User 665824-Jan-09 1:24
User 665824-Jan-09 1:24 
GeneralRe: unable to spot the error Pin
lawrenceinba24-Jan-09 1:44
lawrenceinba24-Jan-09 1:44 
GeneralRe: unable to spot the error Pin
User 665824-Jan-09 1:52
User 665824-Jan-09 1:52 
GeneralRe: unable to spot the error Pin
NikoTanghe26-Jan-09 3:55
NikoTanghe26-Jan-09 3:55 
AnswerRe: unable to spot the error Pin
#realJSOP24-Jan-09 2:27
professional#realJSOP24-Jan-09 2:27 
AnswerRe: unable to spot the error Pin
#realJSOP24-Jan-09 2:37
professional#realJSOP24-Jan-09 2:37 
AnswerRe: unable to spot the error Pin
#realJSOP24-Jan-09 3:02
professional#realJSOP24-Jan-09 3:02 
GeneralRe: unable to spot the error Pin
CARPETBURNER26-Jan-09 1:33
CARPETBURNER26-Jan-09 1:33 
AnswerRe: unable to spot the error [modified] Pin
WebMaster26-Jan-09 4:38
WebMaster26-Jan-09 4:38 
QuestionCan any one help plz? Pin
Member 284246824-Jan-09 0:18
Member 284246824-Jan-09 0:18 
AnswerRe: Can any one help plz? Pin
Dave Kreskowiak24-Jan-09 4:54
mveDave Kreskowiak24-Jan-09 4:54 
Question[Message Deleted] Pin
hkjghkj123-Jan-09 23:49
hkjghkj123-Jan-09 23:49 
AnswerRe: Image with Ellipse Path Pin
DaveyM6924-Jan-09 0:32
professionalDaveyM6924-Jan-09 0:32 
Question'dropdown listbox' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Pin
dhavaldpatel23-Jan-09 23:00
dhavaldpatel23-Jan-09 23:00 
AnswerRe: 'dropdown listbox' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value Pin
WebMaster26-Jan-09 4:52
WebMaster26-Jan-09 4:52 
Questionsome C# question Pin
E_Gold23-Jan-09 22:47
E_Gold23-Jan-09 22:47 
AnswerRe: some C# question Pin
N a v a n e e t h23-Jan-09 23:14
N a v a n e e t h23-Jan-09 23:14 

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.