Since you turned them into arrays you must now call them using their index like: x7=StaticText21(0).Text
> On Oct 18, 2006, at 6:45 PM, Robert Poland wrote: > > > Hi, > > > > I'm getting 68 errors like the following; This method or > property does > > not exist. > > x7=StaticText21.Text > > > > The objects are all StaticText, some are arrays and some not. > > > > Did I flip a switch somewhere? > > > > This project was working till I tried to change some of the > items to > > an array. > > > > Robert Poland > > [EMAIL PROTECTED] > > Found it. Seems that "StaticText" is a keyword and not > allowed as a name. Too bad the error code couldn't say that. > > Robert Poland > [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
