Schic 'ne Mail mit Button rum, zB.. geht natürlich auch mit Smarticons.
Technik:
@Environment( variable )
@Environment( variable ; value )
Parameters
variable
Text or text list. The name of the environment variable you want to retrieve. To retrieve multiple environment variables, use a text list.
value
Text. Optional. The value you want to assign to the environment variable. Since users, have their own NOTES.INI or Notes Preferences file, this value can be customized for each user. Omit this parameter if you just want to retrieve the value, not set it.
If variable is a text list, every environment variable in the list will
be assigned value.
liste:="URLAddress1":"URLAddress2...";
@Environment(liste; "")
(kannst natürlich auch zB Antons ausgefeilte Listenfunktion nehmen zum Generieren der Zahlenfolge...)