Hi! i use GH 7.0057. I am learning VBdotNET scripting from the bible,i.e.The PRIMER...but even if I correctly rewrite the scripts from the Primer,using VB component (legacy) my "out"S are often full of errors.. what does it depend on?
any example? But yes I also had some problems running old VB scripts on newer versions. As far as I know some VB functions are accesible differenlty. e.g. in some early version "A=abs(x)" worked but now you have to acces absolute function like this: A=Math.Abs(x)