problems reading data from Processing in arduino

how would you use the strtok() function then?
say i have my input array filled with 090;090;00;0;0;0;0 ( input[18] )
and i would want to read out the first 3 values 090, 090 and 00. ( the others will be for later, i dont need them at this time)