PDA

Click to See Complete Forum and Search --> : Strange [code] behavior


QWERTY
Sep 13th, 2000, 08:06 PM
take a look at http://forums.vb-world.net/showthread.php?postid=121521 (Megatron's post to be more specific). Why is the one line of code in green if it is not commented or anything???? There is no "'" sign in the entire code so where did it come from????

John
Sep 14th, 2000, 01:51 AM
It is because the code starts with "Rem"... , so that is why it had gone green. It should not have done, so I will correct the code-colouring code..

John

Sep 22nd, 2000, 07:55 PM
John, This is a recommendation:

Don't check for REM, but for REM + <Space>.

-escaflowne

Yonatan
Sep 23rd, 2000, 09:45 AM
Originally posted by John
It is because the code starts with "Rem"...
That's one of the reasons I always use the Call keyword. :rolleyes: