Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The Type class accommodates any type of SCL datum, including character, numeric, object, or list. The actual type is handled by the type attribute of the class. For example, if the type attribute is set to 'character', then the characterValue attribute contains the current value. If the type attribute has not been initialized, it is set to a blank string (that is, '').

Parent:
Object Class

Class:
sashelp.classes.Type.class


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.