LifeLines Documentation: LifeLines Version 3.0.5 | ||
---|---|---|
Prev | Chapter 2. LIFELINES PROGRAMMING REFERENCE |
lock a person or family in memory
unlock a person or family from memory
return name of current database
return version of LifeLines program
execute string as a UNIX shell command
extract system or user property. Function available after v3.0.5.
Lock and unlock are used to lock a person or family into RAM memory, and to unlock a person or family from RAM memory, respectively.
Database returns the name of the current database, useful in titling reports. Version returns the version of the running LifeLines program, eg, 3.0.5.
System executes its string argument as a UNIX shell command by calling the UNIX system system call.
The getproperty function extracts system or user properties. Properties are named group.subgroup.property or group.property. The following keys are available at the moment:
The full name of the current user. This is fetched from the system when possible.
The email address of the current user. This is fetched from the system when possible.
Postal address of the current user.
URL to the users home page.
These values can be changed by adding values to user options. [Miscellaneous utilities->Edit the user options file]