Results 1 to 8 of 8

Thread: not displaying 1 character

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    not displaying 1 character

    Code:
    for(i=1; i<=sizeof(big); i++)  {
    if(big[0] == '*')  {
    StartCopy == true;
    //MessageBox(ghWnd_Main, "COPY = TRUE!", "Copy Test", MB_OK);
    }
    else if(StartCopy == true)  {
    linkURL[holder] = big[i];
    holder++;
    }
    //MessageBox(ghWnd_Main, linkURL, "linkURL", MB_OK);
    }
    MessageBox(ghWnd_Main, big[1], "big", MB_OK);
    SearchMode=3;
    heres a block of my code...why does the messagebox displaying big[1] show a whole string starting from 1???? I only want to use that character
    Last edited by SteveCRM; Nov 29th, 2001 at 07:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width