One difference I've seen is how Transaction handles the "between" function in IF statements.
For Transaction v10.x, if you created an IF condition for, say, plants "between 4000 and 8000", the IF condition would only be carried out for plants "4001 through 7999" (not sure why the software was written to function that way, as that does not align with how the between statement works in normal SQL statements).
In Studio, "between 4000 and 8000" would include plants 4000 and 8000.
When converting a script from v10.x to v11, I believe the software actually changes the code, no longer using a "between" statement, but changing it to a combination of "greater then/less than" statements.
------------------------------
Jeremie Dippel
Project Engineer @ Rockwell Automation
Wisconsin Local Wug Leader
I'm your huckleberry.
------------------------------