Default (UnicodeNamedArraylist property)

From m204wiki
Revision as of 19:57, 5 January 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

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

Default is a member of the UnicodeNamedArraylist class.

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

Syntax

  %val = %unamrayl:Default
  %unamrayl:Default = %val

Syntax Terms

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

Usage Notes

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