Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 10%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths10%, 15%, 14%, 13%, 48%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Return value

string

Examples

Code Block
languagetext
// 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

...