|
-
Sep 22nd, 2000, 09:24 PM
#1
Thread Starter
Addicted Member
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!?
-
Sep 23rd, 2000, 05:20 AM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|