Previous Topic

Next Topic

Book Contents

Book Index

UserSetting - MaxBasic Function

UserSetting(UserSettingName: String[, UserCode: String]): Variant

User Setting function returns the users setting for the specified user setting string, for the current user or specified user. If UserCode is not specified, the setting is returned for the current user.

UserSetting function syntax has these named arguments:

Parameter

Description

User Setting Name

Required. The user setting string to get user setting for.

User Code

Optional. The user code to return the setting for. If no user code is specified, the setting for the current user is returned.

In This Section

User Setting Strings