Dave
Sun Sep 12 05:40:30 CDT 2004
Thanks. The page you cite has been very helpful.
However, I asked for both cases as I am progamming an application in VB
itself, running at the client end which asks for services at the server end.
In this case I do need this feature at both ends. As it turns out, I now
need to use my cruder dividing by 256 routine at the server end as I am a
beginner at ASP and had forgotten you can only use variants there.
Dave
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:#Cl1wLEmEHA.2820@TK2MSFTNGP15.phx.gbl...
> Only if you are planning on running a compiled VB application or dll
there.
>
> There seems to be some confusion here: VB does not equal vbscript.
>
http://msdn.microsoft.com/library/en-us/script56/html/vsgrpNonFeatures.asp
>
> You asked for VB code so the helpful people gave you some VB code despite
> its being offtopic. Now it appears that you really wanted vbscript code.
> The code you've been given will not run under ASP, unless you compile it
> into an activeX dll.
>
> Bob Barrows
>
> Dave wrote:
> > But do you reckon they would be supported on a Chillisoft ASP server??
> >
> > Dave
> >
> > "Michael Harris (MVP)" <mikhar at mvps dot org> wrote in message
> > news:OD5rGxDmEHA.716@TK2MSFTNGP10.phx.gbl...
> >> Dave wrote:
> >>> Thanks for the help, I did not know about these VB methods.
> >>
> >>
> >> Note that if you ever want/need to port this VB code to VB.Net that
> >> LSet and RSet aren't supported in VB.Net.
> >>
> >>
> >>>
> >>> Dave
> >>>
> >>> "Dave" <dave5398@btinternet.com> wrote in message
> >>> news:#0YulO1lEHA.1652@TK2MSFTNGP09.phx.gbl...
> >>>> Hi,
> >>>>
> >>>> Anyone know an efficient way to convert a long array to a byte
> >>>> array. Of course you can do this by masking and dividing by 256
> >>>> four times for each long element, but is there anything built into
> >>>> VB to accomplish this faster?
> >>>>
> >>>> Dave
> >>
> >> --
> >> Michael Harris
> >> Microsoft.MVP.Scripting
> >> Sammamish WA US
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>