Search:

Type: Posts; User: andreas90

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,488

    Re: Insert != null check issues

    Don't feel that way, evereybody is making that kind of errors at times.
    And something else I noticed.
    You should initialize an array before you try to assign a value to an index of it otherwise a...
  2. Replies
    3
    Views
    1,488

    Re: Insert != null check issues

    Hello JamEngulfer221!
    if(tempString[0] = "printf")
    The above statement is an assignment; you assign "printf" to tempString[0]. I think that instead of this assignment you want to compare them....
Results 1 to 2 of 2