-
Notifications
You must be signed in to change notification settings - Fork 0
Registry_write_string
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Writes the given string value to the given name in the registry, creating a new entry if it does not already exist or overwriting it if it does exist.
| Parameter | Data Type | Description |
|---|---|---|
| name | string | the name of the registry value |
| str | string | the value to give the registry name |
void: This function does not return anything.
// demonstrates writing a string value to the registry
registry_write_real("myvalue", "test");
NOTOC
This is number 1