Default (GenericNamedArraylist property)

From m204wiki
Revision as of 17:12, 5 January 2011 by 198.242.244.47 (talk) (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Value to be returned if named item not presen<section end=dpl_desc/></b></span> [[Category:NamedArraylist me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/>Value to be returned if named item not presen<section end=dpl_desc/>

Default is a member of the NamedArraylist class.

This ReadWrite property indicates the value to be returned if a requested item name is not in the NamedArraylist and the UseDefault property is set to True.

Syntax

  %val = %namrayl:Default
  %namrayl:Default = %val

Syntax Terms

%val
A value that matches the NamedArraylist item type or one that can be converted to that type.
%namrayl
A NamedArraylist object.

Usage Notes

  • The initial value of the Default property varies with the NamedArraylist item type:
    ValueItem type
    0>Float and Fixed
    null string>String, Longstring, and Unicode
    null reference>object