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 ..