|
-
Sep 25th, 2001, 07:25 AM
#1
Thread Starter
Hyperactive Member
WritePrivateProfileString
can the WritePrivateProfileString API used to store numbers (integers) ???
-
Sep 25th, 2001, 10:57 AM
#2
Frenzied Member
Well sort of. You can store the numbers, but they will be considered as strings. It is very easy in VB to use those strings as numbers back in your app.
-
Sep 26th, 2001, 11:33 AM
#3
If you get back numbers you can use Val(number), CInt(Number) or CLng(Number) to convert it from a string to what ever type of number that you need.
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
|