Click to See Complete Forum and Search --> : VBScript tutorial or book
cappy2112
January 24th, 2005, 03:18 PM
Would someone recommend a *good* VBScript tutorial or reference book?
It seems as though there are too many differences from normal Visual Basic, that it''s just not enough to know VB in order to do VB script.
HanneSThEGreaT
January 25th, 2005, 06:12 AM
It seems as though there are too many differences from normal Visual Basic, that it''s just not enough to know VB in order to do VB script.
It's probably because you need a firm knowledge of HTML as well (If you don't already have)
I know - you don't have to "declare" variable as a certain datatype, because VBScript makes only use of the Variant Data Type.
here's a link to a VBScript tutorial
http://www.w3schools.com/vbscript/default.asp
Hope it helps.!
cappy2112
January 25th, 2005, 03:16 PM
It's probably because you need a firm knowledge of HTML as well (If you don't already have)
I know - you don't have to "declare" variable as a certain datatype, because VBScript makes only use of the Variant Data Type.
here's a link to a VBScript tutorial
http://www.w3schools.com/vbscript/default.asp
Hope it helps.!
But vbscript isn't just for use in HTML forms. Although, all the tutorials I've found sem to think that's the only use.
HanneSThEGreaT
January 26th, 2005, 01:48 AM
I agree completely.
CSS, JavaScript etc. can all actually work together, but no tutorial shows that :confused:
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.