Unfinished String. The <"> Character is Expected

Description

The closing quotation mark is missing in a character string.

Troubleshooting Tips

Add a closing quotation mark to the end of the string.

Example

Sub UserProc;
Begin
    Debug.WriteLine("Test);
End Sub UserProc;

When the specified code is compiled, the following error is displayed: Unfinished string. The <"> character is expected. To resolve the error, add a closing quotation mark after the Test word.

See also:

Compiler Messages