info("user")

The info(“user”) function returns the name of the user of this computer.


Description

This function returns the name of the user that is logged into this computer.

The example below shows how the info(“user”) function could be used to prevent anyone except John Smith from using a procedure.

if info("user")<>"John Smith"
    stop
endif
...
... rest of program
...

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0