Originally Posted By: Jazzo
I've found often the charts give me something like Plant A x Plant A x Plant B. In that case, I need to do Plant A x Plant B, then that result x Plant A. Is this true in the VST also?

That's why I have the brackets, [ and ]. Things in the innermost brackets should be done first.

So you won't see:
Plant A x Plant B x Plant C

but you might see either:

1. [[Plant A] x [Plant B]] x [Plant C]

or

2. [Plant A] x [[Plant B] x [Plant C]]

in (1.) above you would do AxB first. in (2.) above you would do BxC first.

Good question, Jazzo!

Cheers,
-Steve