If I have a line lke this:
CanLose.text = format(R2, "#.##")
that will return a value in CanLose EditField.
Now I want that value to be red if it is negative, normally it is black.
So I now have :
CanLose.text = format(R2, "#.##")
if CanLose.Text < 0 then
what
Please 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>
|