Re: Something fun to try..
From: Bonj (a_at_b.com)
Date: 03/10/04
- Next message: Bonj: "Re: Debate on ActiveX Dll Use"
- Previous message: Bob O`Bob: "Re: Service Pack info."
- In reply to: Matt Williamson: "Re: Something fun to try.."
- Next in thread: Matt Williamson: "Re: Something fun to try.."
- Reply: Matt Williamson: "Re: Something fun to try.."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 19:04:47 -0000
works fine for me without the three leading zeros...
"Matt Williamson" <ih8spam@spamsux.org> wrote in message
news:O%23pbWTsBEHA.628@TK2MSFTNGP10.phx.gbl...
> Heh. because I'm stupid?
>
> Originally, I had "debug.print s2" and it worked fine. I put the 3 leading
> 0's in because I couldn't figure out how to setup the loop properly
without
> them. I'll work on it again when I get some time.
>
> Matt
>
>
> "Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message
> news:eF34NNsBEHA.3852@TK2MSFTNGP10.phx.gbl...
> >
> > "Matt Williamson" <ih8spam@spamsux.org> wrote in message
> > news:%23Gd9IDsBEHA.2600@TK2MSFTNGP09.phx.gbl...
> >
> > > Anyone care to add theirs? I'm hoping we can get really creative.
> > >
> > > here is mine:
> > >
> > > Dim s1 As String, s2 As String, i As Long
> > > s1 = "000109097116116119105108064097100101108112104105097046110101116"
> > > For i = 1 To Len(s1) Step 3: s2 = s2 & Chr$(Mid(s1, i, 3)): Next:
> msgbox
> > > s2
> >
> > Why does your address start with a Nul character (000)? This makes
MsgBox
> > display nothing.
> >
> >
>
>
- Next message: Bonj: "Re: Debate on ActiveX Dll Use"
- Previous message: Bob O`Bob: "Re: Service Pack info."
- In reply to: Matt Williamson: "Re: Something fun to try.."
- Next in thread: Matt Williamson: "Re: Something fun to try.."
- Reply: Matt Williamson: "Re: Something fun to try.."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|