CRegistry:SetInt
The SetInt method saves an integer value to a Registry key.
CRegistry:SetInt( sName, nValue )
|
The following script opens a key specified by sKeyName and saves an integer value to the Registry under the name "MyVal":
|
-- open the key and create a CRegistry object |
|
-- saves the value 75 under the name "MyVal" |