Results 1 to 2 of 2

Thread: extra things on the ends of variable declaration

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    UK
    Posts
    506

    extra things on the ends of variable declaration

    i've been getting alot of source code for mp3 headers recently and have noticed that in alot of the variable declarations they have additions that ive never seen before..
    VB Code:
    1. Dim whatever as String * 1
    im talking about the "* 1" and i was wondering what this is for and what it does? (dont be callin me a noob )

    sorry if its come up before, but i didnt know what to search for and its not in all of the variable information from the msdn library
    -cheers

  2. #2
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553
    it makes whatever 1 character big.
    ICQ: 128716725

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