Programming Reference Manual
 
Syntax
 
HtmGetFileCount()
 
Description
Returns the number of files, included in the current http request.
 
See Also
Example
 
Sub Main
TrmSetInterface "HTML"
 
Debug.print HtmGetFileCount()
 
End Sub