mrand01
10-06-2005, 05:16 PM
it seems like I should just be able to do:
fl.getDocumentDOM().height = myNumber;
but I can't when myNumber is not an integer. Is there any way to round numbers in JSFL? I need to round a number like 222.3 to 222 so I can accomplish this...
fl.getDocumentDOM().height = myNumber;
but I can't when myNumber is not an integer. Is there any way to round numbers in JSFL? I need to round a number like 222.3 to 222 so I can accomplish this...