Default (FloatNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Value to be returned if no named item<section end=dpl_desc/></b></span> [[Category:FloatNamedArraylist metho...") |
m (1 revision) |
(No difference)
|
Revision as of 18:17, 5 January 2011
<section begin=dpl_desc/>Value to be returned if no named item<section end=dpl_desc/>
Default is a member of the FloatNamedArraylist class.
This ReadWrite property indicates the value to be returned if a requested item name is not in the FloatNamedArraylist and the UseDefault property is set to True.
Syntax
%val = %fnamrayl:Default
%fnamrayl:Default = %val
Syntax Terms
- %val
- A value that matches the FloatNamedArraylist item type or one that can be converted to that type.
- %fnamrayl
- A FloatNamedArraylist object.
Usage Notes
- The initial value of the Default property varies with the
FloatNamedArraylist item type:
Value Item type 0 >Float and Fixed null string >String, Longstring, and Unicode null reference >object