SimpleList.Count Property

The Count property returns the number of elements in the SimpleList object. (Read-only)

Example

The following example displays the number of items in the my_list object:

Response.Write my_list.Count 

© 1997-1998 Microsoft Corporation. All rights reserved.