Kendrion Kuhnke Automation GmbH
Construction and Functionality
Econo
62
multistring (REG_MULTI_SZ)
data (REG_BINARY)
6.8.3 Syntax
Mind that values must be preceded by a line containing the key whose values you wish to add, edit
or delete, e.g.
[HKLM/SOFTWARE/Kuhnke/KuRegAdd]
To add or change a dword value (decimal or hexadecimal with prefixed 0x)
<name>=dword:<value>, e.g.
Width=dword:800
Height=dword:0x258
To add or change a string value. No quotation marks!
<name>=string:<value>, e.g.
IniFile=string:regadd.ini
AText=string: string values may contain blanks.
To add or change a multistring value
Put single strings between quotation marks.
Use commas to separate single strings.
Single strings must not contain quotation marks.
Check that all of the multistring value is on the same line of regaddd.ini. Its length is limited to 2047
characters.
<name>=multistring:"<1st value>","<2nd value>",... , e.g
TextArray=multistring:"Text 1","Text 2","Text 3"
To add or change a data value
Data bytes are written as 2-character hexadecimals
Use commas to separate data bytes.
No blanks
<name>=data:<1st value>,<2nd value>,... , e.g
InitData=data:00,01,04,0A,4F,80,FF
To delete a value of any type
Prefix a minus sign the name of the value.
<name>, e.g.