Results 1 to 2 of 2

Thread: byte arr in asp???

  1. #1

    Thread Starter
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    byte arr in asp???

    how can i do this in asp?

    abOutput() as Byte

    need to dim the arr as a byte arr

    thanks in advance
    Kris Bennett

  2. #2
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: byte arr in asp???

    Dim abOutput(0)
    abOutput(0) = CByte(254.47)

    http://www.w3schools.com/vbscript/func_cbyte.asp

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