gettingstarted
[Top] [All Lists]

Re: (no subject)

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: (no subject)
From: GAmoore at aol dot com
Date: Sat, 29 Jan 2005 19:15:47 EST
Delivered-to: gettingstarted at lists dot realsoftware dot com
In a message dated 1/29/05 4:12:17 PM, lenpartico at hotmail dot com writes:


>   Dim  W as double
>   Dim H as double
>   Dim BMI as double
>   BMI = W/(H*H)
>   Wt.Text = Str(W)
>   Ht.Text = Str(H)
>   Index.Text = Str(BMI)
>   BMIPushButton.enabled = False
> 

try this :

Dim W, H, BMI as double
BMI = W/(H*H)
wt.text = format( W, "#.#")
...
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>