Edit

Share via


'Wend' statements are no longer supported; use 'End While' statements instead

The End While construct replaces the Wend keyword.

Error ID: BC30809

To correct this error

  • Use End While to end a While block.

See also