Function NnetAdr() Foundation

Determines the internet address of a user.

Syntax
NnetAdr( [<cUserName>]             , ;  // Default: Current user
         [<nConnectionNumber>]     , ;  // Default: 1
         [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
       ) --> cInternetAddress
Return

Returns a 20 character string which contains the internet address of <cUserName> in hexadecimal notation. Each two characters of the string represent one byte of the internet address. The first 8 characters (=4 bytes) are the network address and the remaining 12 characters (=6 bytes) contain the net node address which is the physical address of the workstation's network board.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.