Post Reply 
Indexing into a string
10-30-2017, 10:06 AM
Post: #4
RE: Indexing into a string
Quote:I also discovered an at() and of() functions that seem to have something to do with strings, but for which there is no documentation. Can these be of use?

The zero'th list index is also useful. It points to the tail of a list, where the last element can be returned, deleted, or a new element appended to the list.

Example:
L1:={4,9,16}; L1(0):=√(L1);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Indexing into a string - webmasterpdx - 10-30-2017, 09:18 AM
RE: Indexing into a string - webmasterpdx - 10-30-2017, 09:37 AM
RE: Indexing into a string - webmasterpdx - 10-30-2017, 09:51 AM
RE: Indexing into a string - DrD - 10-30-2017 10:06 AM
RE: Indexing into a string - webmasterpdx - 10-30-2017, 03:04 PM



User(s) browsing this thread: 1 Guest(s)