Results 1 to 7 of 7

Thread: interface problem with THIS site.

  1. #1

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Unhappy

    Does anybody can remind me how do i add a code to a reply so the code will look like it does look in VB... ?

    let's say: Dim A as interger
    so the word Dim should be blue colored.

    remind me how do i do this, (a lot of time no code posting..)

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

    Lightbulb

    To do this you would use [ code ] and [ /code ] tags, without the spaces in.

    It would look like this then:

    Code:
    Dim A As Integer
    John

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    [
    Code:
    ]
    hmmm, does this work
    [
    ]
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    you wan't to put [ C O D E ] and [ / C O D E ] around the code but without the spaces.

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Angry

    hmm, it didnt work, [code ] the code [/code ]
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6

    Thread Starter
    Registered User Lior's Avatar
    Join Date
    Jan 2000
    Posts
    307

    Cool just a little test

    this will be just a little test
    Code:
    Print "Does this work?"

    If it works, so thanks. if not, thanks anyway.

    [Edited by Lior on 04-11-2000 at 06:29 PM]

  7. #7
    Guest
    Code:
    Print "whoa COOL!!! HEHEHEHEHE!!!"
    [Edited by WildGhost on 04-11-2000 at 08:38 PM]

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