CRegistry:SetStr
The SetStr method saves a string value to a Registry key.
CRegistry:SetStr( sName, sValue ) sName is the keyword (name) of the value being saved. sValue is the string value to be saved. |
The following script opens a key specified by sKeyName and saves a string value to the Registry under the name "MyVal":
|
-- open the key and create a CRegistry object |
|
-- saves the value "my string" under the keyword "MyVal" |
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.