FeResPost Web Site                     FeResPost Online User Manual

VII.1.1.3 Using component with VBscript

The file “COMEX/EX01/testClaCom.vbs” contains the VBscript program lines for automation of CLA calculations with VBscript. The VBscript version of the example is rather short, and it does not work: there is a problem with the access to elements of 2D matrices. If someone can explain us what is wrong, we would appreciate.

We just show below how the component is accessed, and the ClaDb object initialized:

         set frpApp= CreateObject("FeResPost_3_4_0.Application")  
         set db=frpApp.newObject("ClaDb")  
         db.readNeutral "test.ndf"