I get this a lot when I initialize a variables as, say, an empty string, but later intend to populate it with a structure. Bad form, in my opinion, but I'm human and it happens. When I do that and something happens that the structure never gets assigned to the variable then I get the message you're seeing.
On 4/6/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Error Message: > > You have attempted to dereference a scalar variable of type class > java.lang.String as a structure with members > > > There is a variable with a sting value. > > Joe = "Foobar" > > You are trying to access it as a structure > Joe.Foobar or Joe["Foobar"] > > This is not allowed. > > I would guess that a structure variable is somewhere getting recast as a > simple string. > > If you can turn on robust exception handling it the error message should give > the line number of the offending line of code. > > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237146 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

