Peter, I'm not aware of any skill routines to import & enable the dfa tables The skill code I'm using supports multiple versions by checking the tool version, below is an example: (Version = axlVersion( 'version)) if( Version < 17.0 then ;; use the old scripting fromat else ;; use the new scripting fromat )
↧