Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Mnemonic: | (CA Sessions=maximum-number-of-sessions) | |
| Discussion: |
This mnemonic sets a limit on the number of CometAnywhere sessions.
The maximum-number-of-sessions is a decimal value.
To get information on the current setting, set the argument to 0 and follow the mnemonic with an INPUT (see example 2). | |
| Example 1: |
This example sets the maximum number of CometAnywhere sessions to 3. | |
| Example 2: |
This example sets the argument to 0. As a result, the current setting is returned to the string variable contained in the next INPUT statement following the mnemonic. The return value is a one-byte hex string. For example, if the current maximum-number-of-sessions is 3, the hex value "@03@" is assigned to A$. |