Results 1 to 4 of 4

Thread: MsgBox

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    Code:
    Dim a, ab, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, _
    r, s, t, u, v, w, x, y, z, bl As String
    a = "n"
    b = "o"
    c = "p"
    w = "j"
    x = "k"
    d = "q"
    q = "d"
    e = "r"
    y = "l"
    f = "s"
    o = "b"
    g = "t"
    z = "m"
    h = "u"
    v = "i"
    i = "v"
    r = "e"
    j = "w"
    p = "c"
    k = "x"
    t = "g"
    u = "h"
    l = "y"
    m = "z"
    s = "f"
    n = "a"
    bl = " "
    ab = "?"
    
    MsgBox v & f & a & g & bl & g & u & v & f & bl & g & _
    u & r & bl & y & b & a & t & r & f & g & bl & h & f & _
    r & y & r & f & f & bl & r & a & p & e & c & g & v & b _
    & a & bl & z & r & g & u & b & q & bl & r & i & r & e & ab
    End
    NXSupport - Your one-stop source for computer help

  2. #2
    Guest
    PHP Code:
    #include <iostream.h>
    #include <string.h>

    int main()
    {
        
    char arr[] = {'!','n','o','i','t','p','y','r','c','n','e',' ','t','o','n',' ''s','i',' ','t','a','h','t'};
        
    int l 22;
        
    int pos 0;
        for(
    int i 0<= li++)
        {
            
    pos i;
            
    cout << arr[pos];
        }
        return 
    0;


  3. #3
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Dimava that's an Excessive Usage of Variants..

    only bl is string rest are declared as variants.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  4. #4
    Member Visual Programmer's Avatar
    Join Date
    Dec 2000
    Posts
    59
    Yes Dimava, it is a long and useless peice of code. It must have took you a while to make.



    VP/Sonic
    VP/Sonic taking on the (vb) world, one post at a time.

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