LoadProfile
Find the syntax, use, parameters, return values, and an example for the LoadProfile macro command in Connexion client.
| Syntax | BOOL = CS.LoadProfile (sName) |
|---|---|
| Use to | Load or create a user profile |
| Parameters |
|
| Comments |
|
| Return values | TRUE if the action is successful, or FALSE if not. |
| Example | Sub Main()
Dim CS As Object If CS.LoadProfile “HealthSci” |
| What this example does |
|
