getMyUserName()
Availability:
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.getMyUserName()
Description:
A string representing the name we're currently using in the server.Parameters:
none |
Returns:
Returns a string representing the name we're currently using in the server.
Example:
put("I logged in as: " & smartFox.getMyUserName())
See also:
login()