realbasic-betas.mbox
[Top] [All Lists]

5b2bug/feature? cur.field("nn").value <> cur.field("nn").stringvalue

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: 5b2bug/feature? cur.field("nn").value <> cur.field("nn").stringvalue
From: Boris Segerstahl <seger at sun3 dot oulu dot fi>
Date: Thu, 30 Jan 2003 12:32:05 +0200
Before I report this as a bug I would like to know if it is a feature.

In 4.5.3 if a rbdb field is varchar you can get its string value with cur.field("nn").value or cur.field("nn").stringvalue.

This is what I don't understand in 5b2 (an example):

' fieldname = "author"
' varchar value of field fieldname = "Hume"

outstr = fieldname + ":" + cur.field(fieldname).value => Humeauthor: outstr = fieldname + ":" + cur.field(fieldname).stringvalue => author:hume

Does anybody  know anything about this?

Boris

P.S. The problem is not with Hume. Every author gives the same results. And singers and athletes.
And dogs, according to Ona's testing.

___________________________________
Boris Segerstahl
seger at cc dot oulu dot fi


---
A searchable archive of this list is available at:
<http://support.realsoftware.com/KBDB/search.php>

Unsubscribe:
<mailto:realbasic-betas-off at lists dot realsoftware dot com>

Subscribe to the digest:
<mailto:realbasic-betas-digest at lists dot realsoftware dot com>
.


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