i am trying to get the pptable to output the username or the person logged into the computer but have been unable to find the command ... any help would be great
guess you have to make a macro for this
that reads username and put it in as a print command
print / klaasvaak(as user)
apt has nothing to do with a computer system
I don't know anything about pptable, but in CATscript, it's one of those to get the username:
CATIA.SystemService.Environ("LOGNAME")
CATIA.SystemService.Environ("USERNAME")