getpid
Returns the current process ID.
Syntax
R = getpid
Outputs
- R
- Current process ID.
Examples
Get the current process ID:
R = getpid
R = 16832
Returns the current process ID.
R = getpid
R = getpid
R = 16832