Skip to content

Account Information R←⎕AI

This is a simple integer vector, whose four elements are:

⎕AI[1] user identification.
⎕AI[2] compute time for the APL session in milliseconds.
⎕AI[3] connect time for the APL session in milliseconds.
⎕AI[4] keying time for the APL session in milliseconds.

Elements beyond 4 are not defined but reserved.

Example

     ⎕AI
52 7396 2924216 2814831

Dyalog on UNIX

Under UNIX, ⎕AI[1] is the effective UID of the account whereas ⎕AN returns the real name.

Dyalog on Microsoft Windows

Under Microsoft Windows, ⎕AI[1] is the aplnid (network ID from configuration dialog box).

⎕AI AI