Thread: Bmi
View Single Post
  #5  
Old 06-10-2007, 04:36 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
nope

dont know if this will help any :/
PHP Code:
 this.weight Weight_Edit_Text.getText();
 
this.height Height_Edit_Text.getText();
 
this.BMI1 = (this.weight*703)/(this.height^2);
 
BMI_Text.setText("Your BMI is : " this.BMI1); 
__________________
Deep into the Darkness peering...
Reply With Quote