|
-
May 24th, 2002, 11:27 AM
#1
Thread Starter
Lively Member
Probably Easy - Negative numbers
I'm having a total mind stall here...
what is the easiest number to force a whole number...what i mean is, if a number is negative it will drop the negative sign.
If there is a relatively easy way to fix this, i'd love to find out.
thanks
-
May 24th, 2002, 11:33 AM
#2
Not NoteMe
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
May 24th, 2002, 11:37 AM
#3
Use the Abs function (Absulote)
VB Code:
Dim iNum as Integer
iNum = -18
iNum = Abs(iNum) 'Return 18
-
May 24th, 2002, 11:38 AM
#4
Damn x-posting...
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
|