hexagon logo

Tracefields and Scripts

Anyone out there know how to retrieve a Tracefield Value from a part program in a script? Can't quite find the right command...
Parents
  • Not sure if this could be the source of the problem, but:

    strFl[COLOR="#FF0000"]d[/COLOR]rName = VSERIALNUMBER
    
    strFldr = strFldrPath & [COLOR="#FF0000"]StrFlrName[/COLOR]
    objFolder = objFSO.CreateFolder(strFldr)    [this is line 44]


    There seems to be missing a 'd' in the concatenation of "strFldr" (see above).
Reply
  • Not sure if this could be the source of the problem, but:

    strFl[COLOR="#FF0000"]d[/COLOR]rName = VSERIALNUMBER
    
    strFldr = strFldrPath & [COLOR="#FF0000"]StrFlrName[/COLOR]
    objFolder = objFSO.CreateFolder(strFldr)    [this is line 44]


    There seems to be missing a 'd' in the concatenation of "strFldr" (see above).
Children
No Data