Have others experienced 4D being unable to correctly determine the type of a 
variable when assigning it from an OB GET, if you don't specify the type of 
variable (i.e. "is text", "is longint", and especially "is object")?

I see a lot of runtime errors in simple lines of code such as:

   tValue:=OB GET(oObject;"textValue")

... where the type of the variable used in the OB SET for that object was of 
type text.

Adding an explicit type as the last parameter of OB GET cures these runtime 
errors.

Why isn't 4D able to figure this out on its own?
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to