The purpose of this sheet is to format a string into a quoted string that can be assigned to a string
variable.
Convert Style
|
Determines how individual lines are to be dealt with before
they are quoted.
|
As Is
|
Leading and trailing whitespace is left in tact.
|
Trimmed
|
Leading and trailing whitespace is removed.
|
Wrapped to Control
|
If checked, wraps the string to the size of the control.
|
Skip Blank Lines
|
If checked, does not include blank lines in the string.
|
Append Character
|
Determines which character is appended to the string before it
is quoted.
|
None
|
No character is appended.
|
Blank
|
A blank is appended.
|
~r~n
|
A carriage return and line feed (or end of line) are appended.
|
Convert
|
Formats the string and displays it.
|
Clipboard
|
Formats the string, displays it and places a copy on the
clipboard.
|