Hey everyone,
I am writing a basic tournament submit site for a poker tournamen
group I am in. The situation is we want to use code to calculate wha
we owe other members at the end of the week. The way I figured to d
this is read from the database and store tournament numbers in an arra
then run a query for each tournament and cycle through the tournamen
data assigning the information where needed. I can not find if you ca
or how you can use a Typedef in ASP. Pretty much I want to create
type then make an array of that type. ie:
Type typTournamentIn formation
dim Number
dim Member
dim XYZ
dim ETC
End Type
dim TInfo() as typTournamentIn formation
then I can assign what I read from the database to tinfo(x).XXX
Is this possible in ASP
-
Kewl
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------
Comment