|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Where can I find a complete function reference on the web?
Is there a place where I can search a complete reference of all ASP functions? I'm trying to convert some ASP pages to PHP, but I don't know ASP very well (as in: at all
), and there are calls ASP is making whose purpose and function is unknown to me. I tried looking for a reference on the web where I can search any function name and get a reference to what it does, but I have been unable to find it. Is it somewhere really obvious and I just missed it like an idiot? Is there such a site out there at all? I need to translate ASP to PHP and as such need to read it, not write it, so a index/reference sort of site would be better than a learning ASP sort of site. Please help a complete ASP idiot, thanks. |
|
#2
|
|||
|
|||
|
|
|
#3
|
||||
|
||||
|
finding a complete function reference
I think you will need two types of references: one for ASP and one for VBScript which is often used interchangeably (though you might find javascript [OOPS - that's Jscript] as well to manipulate the ASP script, but it seems much less common).
Asp-help has a list of the main ASP objects while I've found the best source for VBScript is straight from the horses' collective mouth at MS. Another (relatively quick) Tutorial, which also has a thorough reference section as well is at w3schools which might also be of help as a quick read through of the tutorial to help get you "up to speed", as the processes can be slightly different, especially in accessing and manipulating DB sets (more a matter of taste than necessity I think, but still different). |
|
#4
|
|||
|
|||
|
One more, you can find the MS asp reference in this area of the msdn library.
http://msdn.microsoft.com/library/e...m/ref_vbom_.asp |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Where can I find a complete function reference on the web? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|