History |
FCUserID (FirstClass internal functions)
Purpose
Returns a string containing the user ID of the FirstClass user currently using the application.
Syntax
FCUserID
Example
Sub Main()
Print "User ID:"; FCUserID
...
End Sub
| ||