| Home | All functions | Legacy functions | Categories |
| All functions | Legacy functions | About function names |
Load the managed profile named default into active runtime memory.
This is the normal Basic-safe profile load function when you want to explicitly replace the current runtime settings with the saved default managed profile.
Prototype: vuLoadProfile(), LONG, PROC, PASCAL, RAW, NAME(‘vuLoadProfile’)
| Value | Meaning |
|---|---|
| 1 | success |
| 0 | load failed |
vuLoadProfile() performs an explicit managed-profile load of default.
After a successful load:
Result LONG
Result = vuLoadProfile()
| All functions | Legacy functions | About function names |
| Home | All functions | Legacy functions | Categories |