...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
// Store some information in the profile and read it back in |
...
string $value; |
...
// Write "Hello World" to the ini file |
...
writeProfileString "My Section" "KeyValue" "Hello World"; |
...
...
// Now retrieve it. Return "ERROR" if the value couldn't be found. |
...
$value = `getProfileString "My Section" "KeyValue" "ERROR"`; |
...
print $value; |
Additional information
Related commands
...