Save Method (AUsers)

Saves modified users to the current active users file (.usr).

Syntax

Object.Save()

The Save method syntax has the following parts:

 

Name

Type

Description

Object

AUsers

AUsers object

Comments

When any of properties of the AUsers object or any of its AUser objects were modified, then this method must be called to save any changes.

Example

The following example will save the modified users to the (.usr) file:

users.Save()

Applies to

AUsers

See Also

AddUser, RemoveUser, Users, UsersCount