.
Array inherits from
Object
Members
Instance Members
| Array Append(Array array) |
| Answer this array after the supplied array has been appended on the end. |
| Array Collect(Block block) |
| Evalute the given block once for each object in the array; answer a new array containing the result of each block evaluation. |
| Integer Count |
| Answer the number of objects in the array |
| Object IsEmpty |
| Answer true if this object is empty, else false |
| Object Item(Integer index) |
| Answer the item at the given index |
| Array Reverse |
| Answer a new array that is in reverse order of the original array |
| Array ReverseSort |
| Sort the array; answer a new array (that is sorted) |
| Array ReverseSortBy(Block block) |
| Sort the array; evaluate the block for each object in the array to determine the object used to order that item in the sort |
| Array Select(Block block) |
| Evaluate the block for each item in the array; answer a new Array that includes on those objects for which the block evaluated to true. |
| Array Snip(Integer maxCount) |
| Answer a new array that is a copy of this array, but trimmed to have no more than the given number of objects. |
| Array Sort |
| Sort the array; answer a new array (that is sorted) |
| Array SortBy(Block block) |
| Sort the array; evaluate the block for each object in the array to determine the object used to order that item in the sort |
| String ToOneString |
| Answer a single string that is the concatenation of all of the objects in the array converted to strings |
| Object ToPresentation |
| Convert this object to a Presentation |
| Array Unique |
| Answer the unique elements in this array |
Type Members
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Integers represent, well, integers :-)
9/24/2008 7:14:18 AM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Discussion
Examples
Click to read this topic1/24/2008 8:57:35 AM - FLWCOM-jwdavidson
Welcome to the home of FlexWiki, a collaboration tool, based on WikiWiki, implemented using Microsoft .NET technologies
This is FlexWiki, an open source wiki engine.
 |
| This site supports the new NoFollow anti-spam initiative. |
Recent Topics
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson