Skip to content

AccountName

AccountName

Returns the current account name.

string  AccountName();

Returned value

Name of the current account.

Example:

Print("Account name ", AccountName());
Last updated on