Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


pls help me.. VB6
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
92Garfield
I'm a spammer
Reputation: 57

Joined: 20 Dec 2007
Posts: 5871
Location: Banana Republic Germany

PostPosted: Thu Mar 13, 2008 3:55 pm    Post subject: Reply with quote

the site is insanly complicated it's using strange names for the things i cant find out what he called dvalue1 at the site so i dont know what to put in the brackets
_________________
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Thu Mar 13, 2008 4:42 pm    Post subject: Reply with quote

The functions I listed above are used to convert any type of variable to a string.

For example, converting a long number to a string the "correct" way:

Code:
    Dim dwLongNumber As Long
    dwLongNumber = 1234567890
   
    Dim strNumberString As String
    strNumberString = CStr(dwLongNumber)


As for the others, such as CLng, converting a string to long:

Code:
    Dim strNumberString As String
    strNumberString = "1234567890"
       
    Dim dwLongNumber As Long
    dwLongNumber = CLng(strNumberString)

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites