hexagon logo

Can you help me to translate this code and how to learn this code ASSIGN/V4=SN.INPUT+".pdf" ASSIGN/V5="C:\Users\UKNJC\OneDrive - Kaizan\Desktop\63 CMM #NEW CMM" ASSIGN/V6=V5+V4 PRINT/REPO

may i know who can help me this code

Parents
  • I am not 100% sure without more information or the entire code you are working with. This is missing a lot of context for "translating" but I will take a guess.

    ASSIGN/V4=SN.INPUT+".pdf" <-- Information pulled in from a Comment type of "INPUT" with the label SN. Maybe a "Serial Number" is my guess. +".pdf" is to add the string .pdf to the end of the input
    ASSIGN/V5="C:\Users\UKNJC\OneDrive - Kaizan\Desktop\63 CMM #NEW CMM" <-- Filepath for where file gets saved to
    ASSIGN/V6=V5+V4 <-- "C:\Users\UKNJC\OneDrive - Kaizan\Desktop\63 CMM #NEW CMM" + SN.INPUT+".pdf"   Filepath with filename combined saved as pdf to that location on the drive

    PRINT/REPO is cut off, I'm guessing it's PRINT/REPORT

Reply
  • I am not 100% sure without more information or the entire code you are working with. This is missing a lot of context for "translating" but I will take a guess.

    ASSIGN/V4=SN.INPUT+".pdf" <-- Information pulled in from a Comment type of "INPUT" with the label SN. Maybe a "Serial Number" is my guess. +".pdf" is to add the string .pdf to the end of the input
    ASSIGN/V5="C:\Users\UKNJC\OneDrive - Kaizan\Desktop\63 CMM #NEW CMM" <-- Filepath for where file gets saved to
    ASSIGN/V6=V5+V4 <-- "C:\Users\UKNJC\OneDrive - Kaizan\Desktop\63 CMM #NEW CMM" + SN.INPUT+".pdf"   Filepath with filename combined saved as pdf to that location on the drive

    PRINT/REPO is cut off, I'm guessing it's PRINT/REPORT

Children
No Data