Re: FORUM ISSUES: Report Upgraded Issues in this thread
Quote:
Originally Posted by
Nightwalker83
Yeah, but on the website
here it displays correctly.
Edit:
The source code of that page has:
vb Code:
<p>‘Launch Windows Add/Remove Programs Dialog<br />
Dim dblReturn As Double<br />
dblReturn = Shell(“rundll32.exe shell32.dllControl_RunDLL appwiz.cpl1″ 5)</p>
The strange thing is that in the post I linked to on the forum the first quotation mark displays correct while the second does not. :confused: I reckon I have made the same mistake in the past. :lol:
I think it is Wordpress(seen in Wordpress sites) that converts normal quotes into fancy manner. Normally, the quotes would be vertical. But Wordpress might automatically convert it to make it look more fancier, ie, the starting quotes would be like it's tail pointing right and the ending quotes would look like it's tail pointing towards left.
So, when you copy code from sites like these, make sure that your copied code don't have any substitutes in characters.
:wave: