Results 1 to 4 of 4

Thread: Strange [code] behavior

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    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????

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    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

  3. #3
    Guest
    John, This is a recommendation:

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

    -escaflowne

  4. #4
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Originally posted by John
    It is because the code starts with "Rem"...
    That's one of the reasons I always use the Call keyword.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width