Results 1 to 16 of 16

Thread: The

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2010
    Posts
    4

    The

    New Post Test

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: New Post test

    Welcome to VBForums

    Your original post worked, it just wasn't shown immediately because our "new member" filter decided that it needed to be manually approved. You can find it here: http://www.vbforums.com/showthread.php?t=609980

    Your copy of it was put on hold by the filter too, but I have deleted it because it was a duplicate.

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2010
    Posts
    4

    Re: New Post test

    Thanks. I was trying to figure out what was going on with my posts.

  4. #4
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    [code]
    debug.print code
    /[code]

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: New Post test

    Quote Originally Posted by sessi4ml View Post
    [code]
    debug.print code
    /[code]
    The tag syntax is:
    [code] code here [/code]

    Alternatively, just select the code and press the "Code" button above the reply area.

  6. #6
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    Code:
    <script type="text/javascript">
    <!--
        alert("Hello world!");
    //-->
    </script>

  7. #7
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    [code] debug.print code /[code]

  8. #8
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    [code]debug.print "test"/[code]

  9. #9
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    [code]
    debug.print code
    /[code]

  10. #10
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    lol, I am not seeing something

  11. #11
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    Code:
    debug.print code

  12. #12
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    Code:
           stupid syntax

  13. #13
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    Code:
    Private Sub Command2_Click()
    Dim UPC(12) As Integer: Dim intOdd As Integer: Dim intEven As Integer
    Dim i As Integer: Dim intTotal As Integer
    ' Check Scan length
    
    
        If Len(Text1.Text) <> 12 Then Text2.Text = "Bad Scan, beep": Exit Sub
        For a = 1 To 12
            UPC(a) = Mid(Text1.Text, a, 1)
        Next a

  14. #14
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    [CODE ] 'Add together the value of all of the digits in odd positions (digits 1, 3, 5, 7, 9 and 11
    ' Multiply that number by 3
    intOdd = (UPC(1) + UPC(3) + UPC(5) + UPC(7) + UPC(9) + UPC(11)) * 3
    [/CODE ]

  15. #15
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: New Post test

    Code:
            'Add together the value of all of the digits in odd positions (digits 1, 3, 5, 7, 9 and 11
                ' Multiply that number by 3
    intOdd = (UPC(1) + UPC(3) + UPC(5) + UPC(7) + UPC(9) + UPC(11)) * 3

  16. #16
    New Member
    Join Date
    Dec 2006
    Location
    Brisbane
    Posts
    8

    Re: New Post test

    Code:
    what code

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