Loading...
 
Skip to main content

System Workbench for STM32


Syntax error: Unterminated quoted string

It did it again. I can't copy the actual statement into the post without it changing!!!
France

Hi,

This is due to the fact that double parentheses are used to refer to pages on the web site, like it is explained in Wiki Syntax Help. Note that this link was typed as
Copy to clipboard
((Wiki Syntax Help))

As a matter of fact, when a post includes code, or code-like sequences, it is better to use the CODE plugin, like this:
Copy to clipboard
{CODE()} C-like code block, with { ... } or ((...)) sequences{CODE}
This will greatly enhance the readability of your posts.

Note the parentheses in the opening CODE plugin invocations (where BTW you may add plugin-dependent parameters) which differentiates them from closing invocations.

Also, if you want to check how your post will appear on the site without effectively posting it, use the "Preview" button at the bottom of the page...

Bernard (Ac6)

Thanks Bernard, much appreciated!