No such concept of types in VBscript as far as I know...Remember it's not
VB...
-----Original Message-----
From: Adiel Gonzalez [mailto:adiel_g@h...]
Sent: Monday, February 04, 2002 11:37 AM
To: Pro ASP HowTo
Subject: [proasp_howto] how to use the "type" keyword in asp ?
Hi, I am trying to use the "type" keyword in asp as follows:
<%
...
Private Type FileFormatUsed
keyword as string
picture as string
End Type
..
%>
And I keep getting the following error:
Microsoft VBScript compilation (0x800A03F2)
Expected identifier
/file/fileSearch.asp, line 10, column 8
Private Type FileFormatUsed
-------^
Does anyone know the correct syntax for using the "type" keyword in asp?
Thanks before hand,
Adiel