Count Property

 Object: SoftArtisans.UploadDictionary
 Syntax: Count
 Type: Long Integer
 Read/Write: Read Only
 Description: This property displays the number of items in the dictionary.

Example:

<% 
	Response.Write ("The number of items in the form is " & upl.Form.Count )
	... %>

 

Previous Page Next Page