Try myString.char[myString.length].delete() Charlie Fiskeaux II Interactive Media Developer Cre8tive Group cre8tivegroup.com
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Troy Rollins > Sent: Wednesday, May 26, 2004 3:38 PM > To: [EMAIL PROTECTED] > Subject: Re: <lingo-l> Dot syntax for 'delete the last char of...' > > > On May 26, 2004, at 3:09 PM, Tom Jacobs wrote: > > > Actually, when I try this I get: "Handler not found in object" > > > > However, Jeremy's suggestion... > > delete myString.char[myString.length]) ....does the trick. > > This is the one I do, too. But I think it is debatable that > the command is dot syntax. I would think that would look more like > > myString.delete(char[myString.length]) > > Wouldn't it? > > But using something like that gives a script error - "expected OF". > > Not quite sure where "OF" belongs in the whole dot syntax scheme. > > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > [To remove yourself from this list, or to change to digest > mode, go to http://www.penworks.com/lingo-l.cgi To post > messages to the list, email [EMAIL PROTECTED] (Problems, > email [EMAIL PROTECTED]). Lingo-L is for learning and > helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
