Not to bother, all is well, I got it
Range.Text = (format(R2, " #.##") + " to " + format(R, "#.##") )
the quotes were omitted.
Thanks anyhow.
Lennox.
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
To: gettingstarted at lists dot realsoftware dot com
Subject: Problems putting a string in EditField
Date: Mon, 31 Jan 2005 03:24:30 +0000
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>
_________________________________________________________________
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>
|