Re: input string characters into an array

From: Amey Samant (ameyas7_at_yahoo.com)
Date: 10/01/03


Date: 30 Sep 2003 21:00:50 -0700


"Harry" <mackeyha2@hotmail.com> wrote in message news:<Zl6dncZn4KuRz-qiU-KYvg@comcast.com>...
> Folks
> I am trying to input the characters of a string into an array. The array
> needs to hold strings, so I need to convert the characters into strings and
> then input them into the array. I run into a dereferencing error

hi
check this as well
use wrapper classes

for(int i
Character



Relevant Pages

  • Re: Unicode in Regex
    ... If strings were fundamentally made of characters then we ... So IMHO treating it as an array of characters is ... def uni_split ...
    (comp.lang.ruby)
  • Re: Need help which way is fastest to pick out a segment from a string
    ... There may just be a little to gain by pulling the data into a Byte array and dealing with it as raw byte data, but for this specific task I very much doubt that it will be much faster. ... I have just created an array of 200,000 strings of random characters each with a length varying randomly between 36 and 72 characters and with the first space character in each string varying randomly in the range 12th to 32nd character position. ... If I then run a code loop on that array of 200,000 strings extracting the substring you have requested the code deals with the entire array, returning all 200,000 substrings, in just one tenth of a second. ...
    (microsoft.public.vb.general.discussion)
  • Re: How is strlen implemented?
    ... >>characters, ... not part of the string (but remain part of the array). ... I am saying that these arrays do not contain strings ... Reading email is like searching for food in the garbage, ...
    (comp.lang.c)
  • Re: Structures with variable length array known at compile time
    ... the array "menu_items" will always have 20 character strings but the ... You have the array the wrong what round -- what you wrote is an array ... of 20 arrays of q characters each. ... One way is to have a pointer to an array. ...
    (comp.lang.c)
  • Re: Transpose Function not Working with Long Array Elements
    ... I suspect it has to do with the origins of excel. ... text was limited to 255 characters. ... added a storage mechanism to store larger strings - up to 32K. ... If the array elements are ...
    (microsoft.public.excel.programming)