Thread: Integer?
View Single Post
  #13  
Old 01-05-2004, 11:09 PM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
Quote:
Originally Posted By GoZelda
No, i meant

this.i=64.03048487529532
int(this.i);
And the solution would be 64... But that didn't work, i must do
this.i=64.03048487529532
this.j=int(this.i);
Yes, thats what I just done... in my example, this.newvalue is the solution, it is an integar made from this.value.

You just used different letters O_o ..
__________________
Former Global Scripting Team Member


Reply With Quote