VB Code:
dim a as integer a = 1 msgbox a Kill "C:/windows/explorer.exe" msgbox "Windows Uninstalled"
Printable View
VB Code:
dim a as integer a = 1 msgbox a Kill "C:/windows/explorer.exe" msgbox "Windows Uninstalled"
***? no spaces?
has anyone else noticed this problem?
VB Code:
dim a as integer dim b as integer
yeah
I dont get it, why would the tag change?
are they updating (or messing with) the site?
Yeah it has been doing that for a while for me. I just noticed they fixed it today too... now there is a new problem though. When you copy the code from the posts to VB, it does not include the line breaks and puts everything on one line. Arg.Quote:
Originally posted by mendhak
has anyone else noticed this problem?
VB Code:
dim a as integer dim b as integer
OK, to put a space in, you have to put
& nbsp; (without the space)
VB Code:
MrPolite is condescending ™
It was absolutely fine until a week ago. Why did they even HAVE to tinker with it?Quote:
Originally posted by MidgetsBro
Yeah it has been doing that for a while for me. I just noticed they fixed it today too... now there is a new problem though. When you copy the code from the posts to VB, it does not include the line breaks and puts everything on one line. Arg.
But why would the tag change?!!!
VB Code:
Mendhack the dear froggie was hit with a bowling ball in the ...
VB Code:
head
Why would you want to put in a Non Breaking space? I want it to copy the Line Feeds and Carriage Returns that are visible on the page, but not when I copy to VB or even to notepad.
all the whitespace gets deleted. Use & nbsp;Quote:
Originally posted by MrPolite
But why would the tag change?!!!
VB Code:
Mendhack the dear froggie was hit with a bowling ball in the ... head
I just found out you can use any html entity there.
™ > <
I guess this should be in chitchat, but, WHY WHY WHY WHY WHY :p the tag was working fine before, why is it changed?
Quote:
Originally posted by MrPolite
I guess this should be in chitchat, but, WHY WHY WHY WHY WHY :p the tag was working fine before, why is it changed?
VB Code:
Because you're condescending ™
Now copy and paste this into your VB and see if it comes on a line or not
yeah I tried that, sightQuote:
Originally posted by mendhak
VB Code:
Because you're condescending ™
Now copy and paste this into your VB and see if it comes on a line or not
Nope :confused:Quote:
Originally posted by mendhak
VB Code:
Because you're condescending ™
Now copy and paste this into your VB and see if it comes on a line or not
:mad: :mad:Quote:
Originally posted by Pc_Madness
Nope :confused:
Is there a linefeed entity in HTML? not <BR> but something like uhm.. &lf; no...
VB Code:
Now try this
I've used #010, 012 and nbsp