Default (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:GenericNamedArraylist:Default subtitle}} | {{Template:GenericNamedArraylist:Default subtitle}} | ||
The <var>Default</var> ReadWrite property is the value to be returned if a requested item name is not in the method <var>[[FloatNamedArraylist class|FloatNamedArraylist]]</var>, <var>[[NamedArraylist class|NamedArraylist]]</var>, or <var>[[UnicodeNamedArraylist class|UnicodeNamedArraylist]]</var>; <b><i>and</i></b> the <var>[[UseDefault ( | The <var>Default</var> ReadWrite property is the value to be returned if a requested item name is not in the method <var>[[FloatNamedArraylist class|FloatNamedArraylist]]</var>, <var>[[NamedArraylist class|NamedArraylist]]</var>, or <var>[[UnicodeNamedArraylist class|UnicodeNamedArraylist]]</var>; <b><i>and</i></b> the <var>[[UseDefault (GenericNamedArraylist property)|UseDefault]]</var> property is set to <code>True</code>. | ||
==Syntax== | ==Syntax== |
Revision as of 03:10, 8 August 2012
Value for Item to return when Name has no value (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)
The Default ReadWrite property is the value to be returned if a requested item name is not in the method FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist; and the UseDefault property is set to True
.
Syntax
%currentItem = anyNal:Default anyNal:Default = newItem
Syntax terms
%currentItem | A variable of the anyNal item type, or one that can be converted to from that type; it will receive the current default. |
---|---|
anyNal | A FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist object. |
newItem | A new value that matches the anyNal item type, or one that can be converted to that type; that will become the new default. |
Usage notes
- The initial value of the Default property varies with the array list item type:
Item type Value Float and Fixed 0 String, Longstring, and Unicode null string object null reference