Search:

Type: Posts; User: doneirik

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    982

    Ok. I display it using this->textBox1->Text =...

    Ok.
    I display it using this->textBox1->Text = tempID;

    But...A few lines later in my code I copy again the 16 characters in the tempID array into a new array

    char TagID[16];
    for(int i = 0;...
  2. Replies
    4
    Views
    982

    I know....but though the "txt" array has been...

    I know....but though the "txt" array has been converted (automatically) to a string through the use of strcat, I need the tempID array as an clean array and not as a string. (cause I need to send it...
  3. Replies
    4
    Views
    982

    problem with Array

    Hi

    I have declared a char array inside a local method

    char tempID[16] ;

    Then I read some characters from the serial port, storing everything in the array "txt". char txt[40];

    I want...
  4. Replies
    1
    Views
    1,609

    basic question to Arrays

    Hi
    I have a basic question to the use of Arrays (I have been searching the net for the answer without success, so now I try here...)

    Somewhere in my code I declare two arrays:


    char...
Results 1 to 4 of 4