Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ppl:functions:psa [2019/04/16 13:14] – created - external edit 127.0.0.1 | ppl:functions:psa [2024/03/27 15:14] (current) – stimpy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PSA(var: | ====== PSA(var: | ||
- | Returns TRUE if the feature specified by "var" | + | Returns TRUE if the feature specified by `var` is enabled, FALSE if the feature specified by `var` is disabled |
- | **Valid values for var: | + | |
- | 1 = Alias Support Enabled | + | |
- | 2 = Verify Support Enabled | + | |
- | 3 = Address Support Enabled | + | |
- | 4 = Password Support Enabled | + | |
- | 5 = Statistics Support Enabled | + | |
- | 6 = Notes Support Enabled | + | |
- | **See also:** TPAGet | + | |
+ | **Valid values for `var`: | ||
+ | | **1** | Alias Support Enabled | | ||
+ | | **2** | Verify Support Enabled | | ||
+ | | **3** | Address Support Enabled | | ||
+ | | **4** | Password Support Enabled | | ||
+ | | **5** | Statistics Support Enabled | | ||
+ | | **6** | Notes Support Enabled | | ||
+ | |||
+ | **See also: | ||