Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 00Stump

  1. 00Stump

    Parsing a string with carriage return seperators

    How would my syntax be for the following line, with the asc character? char[] splitter = {';'}; Thanks for your help! Dan
  2. 00Stump

    Parsing a string with carriage return seperators

    So it looks like the data that I recieve from the bar code scanner input has 3 ASCII Start of Text characters, then each field is ended with an end of text character. Does anyone know how to seperate each field by those ASCII characters? Thanks, Dan
  3. 00Stump

    Parsing a string with carriage return seperators

    disregard my last... it was a dumb question.
  4. 00Stump

    Parsing a string with carriage return seperators

    Thanks EBGreen! The following is part of what I got... =2 =2 =2 M=77 a=97 t=116 t=116 h=104 e=101 w=119 =32 D=68 a=97 v=118 i=105 d=100 =3 =32 =3 D=68 a=97 v=118 i=105 g=103 n=110 o=111 n=110 =32 D=68 Sorry for being dumb, but what do I reference the int value to? Thanks, Dan
  5. 00Stump

    Parsing a string with carriage return seperators

    I am wandering if what I am assuming are carriage returns are not acutally carriage returns. No matter how I try to split the string, I am ending up with data that still contains the square characters. Can you think of anything else they might be?
  6. 00Stump

    Parsing a string with carriage return seperators

    Thanks JurkMonkey! I have played with the regex split, and it doesn't seem to be giving me the output I was expecting. What syntax would you use for the split? Thanks!
  7. 00Stump

    Parsing a string with carriage return seperators

    I am working on an application in C# that is running on a Windows Mobile devise. The devise captures bar code data, that I need to be able to work with as individual elements. It seems each element is seperated by carriage returns, but I can't seem to be able to seperate the acquired text into...

Part and Inventory Search

Back
Top