lingo-l delete string

2004-03-09 Thread Daniel Nelson
I can't find the delete method that refers to strings in the DMX 2004 
documentation on Mac OSX.  Under Modifying strings with Lingo or 
JavaScript Syntax, it says To delete a chunk expression from a string 
of text, use the delete method.  However, there is no link; and 
searching for delete comes up with a whole lot of deletes that don't 
have anything to do with strings.

It used to be:
delete aString.char[i]
Thank you,

Daniel

[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!]


Re: lingo-l delete string

2004-03-09 Thread Troy Rollins
On Mar 9, 2004, at 1:46 PM, Daniel Nelson wrote:

delete aString.char[i]
That still works.

Is it just an issue of the documentation? ScriptExecutionStyle?
--
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!]