Arduino Calculator not working

Ok so look at this bit of code :

strtokIndex = strtok(NULL, " ");
  strcpy(calSignal, strtokIndex);
  Serial.println(calSignal);

This isn't finding the calSignal, so it returns 'blank' (blankspace)
Soooo, what did i do wrong?