OutputTypes

          Enum 
          Member of  ScriptUtils Use OutputTypes object 

Description
Define output types for conversion and compress/decompress functions
Values
otVariantByteArray = &H0 Variant byte array, VT_ARRAY | VT_UI1
otByteArray = &H1 ByteArray object
otString = &H2 String , VT_BSTR
otMultiByteString = &H3 MultiByte string, VT_BSTR
Includes  
'OutputTypes - begin
Public Const otVariantByteArray = &H0 'Variant byte array, VT_ARRAY | VT_UI1
Public Const otByteArray = &H1 'ByteArray object
Public Const otString = &H2 'String , VT_BSTR
Public Const otMultiByteString = &H3 'MultiByte string, VT_BSTR
'OutputTypes - end
'OutputTypes - begin
Public Const otVariantByteArray As Long = &H0 'Variant byte array, VT_ARRAY | VT_UI1
Public Const otByteArray As Long = &H1 'ByteArray object
Public Const otString As Long = &H2 'String , VT_BSTR
Public Const otMultiByteString As Long = &H3 'MultiByte string, VT_BSTR
'OutputTypes - end
Public Enum OutputTypes
  otVariantByteArray = &H0 'Variant byte array, VT_ARRAY | VT_UI1
  otByteArray = &H1 'ByteArray object
  otString = &H2 'String , VT_BSTR
  otMultiByteString = &H3 'MultiByte string, VT_BSTR
End Enum 'OutputTypes
//OutputTypes - begin
var otVariantByteArray = 0x0; //Variant byte array, VT_ARRAY | VT_UI1
var otByteArray = 0x1; //ByteArray object
var otString = 0x2; //String , VT_BSTR
var otMultiByteString = 0x3; //MultiByte string, VT_BSTR
//OutputTypes - end
// OutputTypes
typedef [helpstring("Define output types for conversion and compress/decompress functions")]
enum OutputTypes{
	[helpstring("Variant byte array, VT_ARRAY | VT_UI1")]
		otVariantByteArray = 0x0,
	[helpstring("ByteArray object")]
		otByteArray = 0x1,
	[helpstring("String , VT_BSTR")]
		otString = 0x2,
	[helpstring("MultiByte string, VT_BSTR")]
		otMultiByteString = 0x3
} OutputTypes;
Used in
  Other links for OutputTypes class
ScriptUtilities and Huge ASP file upload classes
      Easy to use, hi-performance ASP file upload component with progress bar indicator. Let's you upload multiple files with size up to 2GB to a disk or database along with another form fields. Works with large posts, any character set (including unicode utf-8). Contains one-click multiple files/folders download with on-the-fly compression (Using BinaryWrite/BinaryRead).
      Hi-performance text file logging for ASP/VBScript/VBA applications. Lets you create daily/weekly/monthly log files with variable number of logged values and extra timing and performance info.
       Lets you work with safearray binary data in VBS/JS. It also enables conversion between binary and String data using several code pages. ZLib compress and uncompress functions. Lets you transfer files using compressed stream from a client to server using IE.
      This library also enables calling of some Kernel and Advapi functions (performance, timing, sleep, configuration ...) and enables native work with INI files.


© 1996 – 2005 Motobit Software, help{at}pstruh.cz, help v. 2.16.14