4.576 Notes on syntax for TRANSIT in QNAP2 The syntax (p 3.20 in the Reference manual) is TRANSIT [(class list)] = transition list transition list = {queue sublist [,class sublist], real sublist} one or more times. You can have a s many of these statements as you like so the simple way is to put in one for each class The brackets do not appear; [..] means optional The sublists must be of the same length; if of length one the statement can have the forms: TRANSIT (all_class) = queue TRANSIT (class0) = queue1,class1,prob1, queue2,class2,prob2, etc TRANSIT (class0) = queue1,prob1, queue2,class2,prob2, etc