Cargando…

VBScript in a nutshell /

"Lightweight yet powerful, VBScript from Microsoft is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and the automation of repetitive tasks using Windows Script Host (WSH), VBScri...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lomax, Paul
Otros Autores: Childs, Matt, Petrusha, Ronald, 1951-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA ; Farnham : O'Reilly, 2003.
Edición:2nd ed.
Colección:In a nutshell (O'Reilly & Associates)
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn144529790
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 031104s2003 caua o 000 0 eng d
040 |a REB  |b eng  |e pn  |c REB  |d OCLCG  |d CEF  |d OCLCQ  |d CUSER  |d QE2  |d VMI  |d OCLCQ  |d OCLCF  |d OCLCO  |d IDEBK  |d YDXCP  |d OCLCQ  |d GO9  |d E7B  |d OCLCQ  |d COO  |d OCLCQ  |d INARC  |d AU@  |d WYU  |d VT2  |d UKAHL  |d OCLCO  |d CZL  |d OCLCO  |d OCLCQ 
015 |a GBA3Z4479  |2 bnb 
019 |a 326736259  |a 727107810  |a 748105878  |a 759517988  |a 809686458  |a 861531778  |a 1036975897  |a 1044187693  |a 1056370502  |a 1100827427  |a 1103281565  |a 1129374899  |a 1202568998  |a 1240511943  |a 1295607255  |a 1300613302 
020 |a 9780596004880 
020 |a 0596004885 
020 |a 9780596517151  |q (e-book) 
020 |a 0596517157  |q (e-book) 
020 |a 0596552335 
020 |a 9780596552336 
020 |z 0596004885 
024 8 |a 0596004885 
029 1 |a AU@  |b 000051560085 
029 1 |a AU@  |b 000066232530 
035 |a (OCoLC)144529790  |z (OCoLC)326736259  |z (OCoLC)727107810  |z (OCoLC)748105878  |z (OCoLC)759517988  |z (OCoLC)809686458  |z (OCoLC)861531778  |z (OCoLC)1036975897  |z (OCoLC)1044187693  |z (OCoLC)1056370502  |z (OCoLC)1100827427  |z (OCoLC)1103281565  |z (OCoLC)1129374899  |z (OCoLC)1202568998  |z (OCoLC)1240511943  |z (OCoLC)1295607255  |z (OCoLC)1300613302 
050 4 |a QA76.76.V27  |b L66 2003 
082 0 4 |a 005.2/762  |2 22 
049 |a UAMI 
100 1 |a Lomax, Paul. 
245 1 0 |a VBScript in a nutshell /  |c by Paul Lomax, Matt Childs and Ron Petrusha. 
246 3 0 |a VBScript 
250 |a 2nd ed. 
260 |a Sebastopol, CA ;  |a Farnham :  |b O'Reilly,  |c 2003. 
300 |a 1 online resource (xvii, 491 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a In a nutshell series 
500 |a Previous edition: 2000. 
588 0 |a Print version record. 
520 |a "Lightweight yet powerful, VBScript from Microsoft is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and the automation of repetitive tasks using Windows Script Host (WSH), VBScript in a Nutshell, Second Edition, delivers current and complete documentation for programmers and system administrators who want to develop effective scripts in all four areas." "Completely updated for VBScript 5.6, WSH 5.6, and ASP 3.0, VBScript in a Nutshell, Second Edition includes introductory chapters that will help you keep current with the significant changes since the first edition was published. A new chapter introduces the Windows Script Component for creating binary COM components, and an appendix documents the Script Encoder. The main part of the book is a comprehensive alphabetical reference to the VBScript language and the Scripting Runtime Library."--Jacket 
542 |f Copyright © O'Reilly Media, Incorporated. 
505 0 |a VBScript in a Nutshell, 2nd Edition; Preface; Who Should Read This Book?; How This Book Should Be Used; If You & re a VBScript Programmer; If You & re a VB or VBA Developer New to VBScript; How This Book Is Structured; Conventions in This Book; How To Contact Us; I. The Basics; 1.2. What VBScript Is Used For: Gluing Together Objects; 1.2.2. Methods; 1.2.3. Events; 1.3. Differences Between VBScript and VBA; 2. Program Structure; 2.1.2. Calling a Subroutine; 2.1.3. Defining Functions: The Function ... End Function Construct; 2.1.4. Passing Variables into a Subroutine 
505 8 |a 2.1.5. Exiting a Routine with the Exit Statement2.2. Classes; 2.2.2. Class Variables; 2.2.3. Class Properties; 2.2.4. Class Methods; 2.2.5. Class Events; 2.3. Global Code; 2.3.2. Windows Script Host; 2.3.3. Client-Side Scripts for Internet Explorer; 2.3.4. Outlook Forms; 2.4. Reusable Code Libraries; 2.4.2. Windows Script Host; 2.4.3. Client-Side Scripts for Internet Explorer; 3. Data Types and Variables; 3.1.2. Determining the Variant Type; 3.1.2.2. TypeName; 3.1.3. Converting from One Data Type to Another; 3.2. Variables and Constants; 3.2.2. What Is a Constant?; 3.2.3. Intrinsic Constants 
505 8 |a 3.2.4. Constants in Type Libraries3.2.5. Declaring Variables and Constants; 3.2.6. Array Variables; 3.2.6.2. Dynamic arrays; 3.2.6.3. Determining array boundaries: UBound and LBound; 3.2.6.4. Multidimensional arrays; 3.2.6.5. Dynamic multidimensional arrays; 3.2.6.6. Using UBound with multidimensional arrays; 3.2.7. Scope and Visibility; 3.2.7.2. Local scope; 3.2.7.3. Public visibility; 3.2.7.4. Private; 4. Error Handling and Debugging; 4.1.1.2. Syntax errors at runtime; 4.1.2. Logical Errors; 4.1.2.2. Logical errors that generate error messages; 4.1.3. The Microsoft Script Debugger 
505 8 |a 4.1.3.2. The Script Debugger interface4.1.3.3. Tracing execution with the Script Debugger; 4.1.3.4. Determining the value of a variable, expression, or function at runtime; 4.1.3.5. Changing variable values at runtime; 4.2. Error Handling; 4.2.2. The Err Object; 4.2.2.2. Err object methods; 4.3. Common Problem Areas and How to Avoid Them; 5. VBScript with Active Server Pages; 5.1.2. Including Server-Side Script in Web Pages; 5.2. Active Server Pages Object Model; 6. Programming Outlook Forms; 6.2. The Form-Based Development Environment; 6.2.2. Outlook Form Design Mode 
505 8 |a 6.2.3. The VBScript Environment6.3. Running Your Code; 6.4. Program Flow; 6.5. The Outlook Object Model; 6.5.2. The Inspector Object; 6.5.3. The Pages Collection; 6.5.4. The FormDescription Object; 6.5.5. The NameSpace Object; 6.5.6. The MAPIFolder Object; 6.5.7. Outlook Constants; 6.6. Accessing Other Object Models; 7. Windows Script Host 5.6; 7.2. Running WSH Scripts; 7.3. Program Flow; 7.3.2. Script Files with XML Code; 7.4. The WSH Object Model; 7.4.2. The WshArguments Object; 7.4.3. The WshController Object; 7.4.4. The WshEnvironment Object; 7.4.5. The WshNamed Object 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Internet programming. 
650 0 |a VBScript (Computer program language) 
650 6 |a Programmation Internet. 
650 6 |a VBScript (Langage de programmation) 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a VBScript (Computer program language)  |2 fast  |0 (OCoLC)fst01163474 
700 1 |a Childs, Matt. 
700 1 |a Petrusha, Ronald,  |d 1951- 
776 0 8 |i Print version:  |a Lomax, Paul.  |t VBScript in a nutshell.  |b 2nd ed.  |d Sebastopol, CA ; Farnham : O'Reilly, 2003  |w (DLC) 2003273800 
830 0 |a In a nutshell (O'Reilly & Associates) 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596004885/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
936 |a BATCHLOAD 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26837832 
938 |a ebrary  |b EBRY  |n ebr10758963 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28429860 
938 |a Internet Archive  |b INAR  |n vbscriptinnutshe00loma 
938 |a YBP Library Services  |b YANK  |n 3179818 
938 |a YBP Library Services  |b YANK  |n 7353898 
994 |a 92  |b IZTAP