Just as an FYI, there in an error on page 14 of the guide in the sample code for dual execution:
if(length(mstr.InputNames) > 0 {
Should be if(length(mstr.InputNames) > 0 ) {
↧