I have two values R and R2 which are of the format Double.
I have an EditField named Range.
I would like to put "R to R2" [(the value of R) to (the value of R2)], say R
is 5.6 and R2 8.3, I would like to put 5.6 to 8.3 as a string in
EditFieldRange.
I have tried
Range.Text = (format(R2, #.##) + " to " + format(R, #.##) ), I did not
expect that to work anyhow.
Kindly help.
Thanks.
Lennox.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
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>
|