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
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0 |