Lucee Function Reference
setprofilestring()
Sets the value of a profile entry in an initialization file.
Beispiel
setprofilestring(string iniPath,string section,string entry,string value):string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
iniPath | string | Yes | Absolute path of initialization file |
section | string | Yes |
Section of the initialization file in which the entry is to be set |
entry | string | Yes | Name of the entry to set |
value | string | Yes | Value to which to set the entry |