If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Classes and Objects

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-06, 16:33
blmgyossi blmgyossi is offline
Registered User
 
Join Date: May 2006
Location: New York
Posts: 15
Classes and Objects

Is there a way to create and instantiate objects in ASP via user defined classes?
Reply With Quote
  #2 (permalink)  
Old 05-02-06, 11:53
csamuels csamuels is offline
Registered User
 
Join Date: Mar 2006
Location: south jersey, usa
Posts: 53
Using Classes within VBScript
By Mark Lidstone


Quote:
Preface
Before I launch into the actual article and explain how to build your own objects, I want to make sure that you know the terms associated with objects. It is possible to be use objects to program without knowing the correct terms, but it isn't recommended! For those who are new to objects, the next section will introduce you to object concepts and vocabulary. Those of you who already know the basics of Object Oriented Programming (OOP) can skip this next bit...
__________________
"They say Moses split the Red Sea
I split the blunt and rolled the fat one, I'm deadly"
-- Tupac 'Blasphemy'
Reply With Quote
  #3 (permalink)  
Old 05-02-06, 13:56
blmgyossi blmgyossi is offline
Registered User
 
Join Date: May 2006
Location: New York
Posts: 15
I checked the pages through the link you provided, and it was just a matter of syntax.
Dim obj
obj = new class

thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On