Results 1 to 2 of 2

Thread: return valuez

  1. #1

    Thread Starter
    Addicted Member DarkMoose's Avatar
    Join Date
    Jul 2000
    Location
    in a box
    Posts
    185

    Question

    I have a general question about all the functions used in VB games. Say yer using SetCursorPos - You type:

    SetCursorPos 10,27

    No problem, right? Ok then sometimes I see something like this:

    retval = SetCursorPos(10,27)

    Then you have some kind of return value coming back at ya. So, what kinda value do these functions return and what are they used for!?

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Most of the time, the return value says that the function succeeded (or not).

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