Looking now for the easiest way to get all the before measured Variablevalues (more than 30 Variables) to the Subroutine for this calculations...
Does anyone know the max number of arguments for the Script Command ... sorry german language version
S2 =SKRIPT/DATEINAME= C:\TRAINING\SKRIPT1.BAS
FUNKTION/ShowVars,EINBLENDEN=JA,ARG1=USER,ARG2=FIELDSZV,ARG3=PRO,,
or would it be handier if i use getVariables ...????
Dim App As Object Set App = CreateObject ("PCDLRN.Application") Dim Part As Object Set Part = App.ActivePartProgram Dim Var As Object Set Var = Part.GetVariableValue ("V1")
but than i have the question how i get the result from a measured point (like pkt2.x.meas)
thanks in advance for any hints!
eric