|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

VBScript in a Nutshell: Eine Desktop-Kurzreferenz von Childs, matt

by Childs, Matt | PB | VeryGood
ThriftBooks
(3938768)
Angemeldet als gewerblicher Verkäufer
US $5,68
Ca.CHF 4,57
Artikelzustand:
Sehr gut
May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ... Mehr erfahrenÜber den Artikelzustand
Letzter Artikel1 verkauft
Ganz entspannt. Kostenloser Versand & Rückversand.
Wurde auch von anderen Nutzern gekauft. Schon 1 verkauft.
Versand:
Kostenlos Economy Shipping.
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Mi, 6. Aug und Sa, 9. Aug nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:197127534456
Zuletzt aktualisiert am 30. Apr. 2025 08:36:04 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend ...
Binding
Paperback
Book Title
VBScript in a Nutshell
Weight
1 lbs
Product Group
Book
IsTextBook
Yes
ISBN
1565927206

Über dieses Produkt

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
1565927206
ISBN-13
9781565927209
eBay Product ID (ePID)
1628128

Product Key Features

Number of Pages
508 Pages
Publication Name
Vbscript in a Nutshell : a Desktop Quick Reference
Language
English
Subject
Programming Languages / General, Programming Languages / Visual Basic, General
Publication Year
1995
Type
Textbook
Subject Area
Computers
Author
Paul Lomax, Ron Petrusha, Matt Childs
Series
In a Nutshell (O'reilly) Ser.
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
21.8 Oz
Item Length
9 in
Item Width
6 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
00-032671
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.2/762
Table Of Content
Preface; Why This Book?; Who Should Read This Book?; How This Book Should Be Used; How This Book Is Structured; Conventions in This Book; How To Contact Us;The Basics; Chapter 1: Introduction; 1.1 VBScript's History and Uses; 1.2 What VBScript Is Used For: Gluing Together Objects; 1.3 Differences Between VBScript and VBA; Chapter 2: Program Structure; 2.1 Functions and Procedures; 2.2 Class Modules; 2.3 The Script Level; 2.4 Reusable Code Libraries; Chapter 3: Data Types and Variables; 3.1 VBScript Data Types: The Many Faces of the Variant; 3.2 Variables and Constants; Chapter 4: Error Handling and Debugging; 4.1 Debugging; 4.2 Error Handling; 4.3 Common Problems Areas, and How to Avoid Them; Chapter 5: VBScript with Active Server Pages; 5.1 How ASP Works; 5.2 Active Server Pages Object Model; Chapter 6: Programming Outlook Forms; 6.1 Why Program Outlook Forms?; 6.2 The Form-Based Development Environment; 6.3 Running Your Code; 6.4 Program Flow; 6.5 The Outlook Object Model; 6.6 Accessing Other Object Models; Chapter 7: Windows Script Host; 7.1 Why Use WSH?; 7.2 Running WSH Scripts; 7.3 Program Flow; 7.4 The WSH Object Model; 7.5 WSH Language Elements; 7.6 Accessing Other Object Models; Chapter 8: VBScript with Internet Explorer; 8.1 The Tag; 8.2 What Can You Do with Client-Side Scripting?; 8.3 Understanding the IE Object Model;Reference; Chapter 9: The Language Reference;Appendixes; Language Elements by Category; Array Handling; Assignment; Comment; Constants; Data Subtype Conversion; Date and Time; Dictionary Object; Error Handling; File System Objects; Information Functions; Mathematical and Numeric; Miscellaneous; Object Programming; Program Structure and Flow; String Manipulation; User Interaction; Variable Declaration; VBScript Constants; Color Constants; Comparison Constants; Date and Time Constants; Date Format Constants; Error Constant; Logical and TriState Constants; Message Box Constants; String Constants; Variable Type Constants; Operators; Arithmetic Operators; String Operator; Comparison Operators; Logical and Bitwise Operators; Operator Precedence;Colophon;
Synopsis
Microsoft's Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side Internet applications (i.e., Active Server Pages), and client-side web pages. It can also be used for system scripting (i.e., Windows Script Host scripts) and programming Outlook forms.The greater part of this book is an alphabetical VBScript language reference to all VBScript statements, keywords and objects, emphasizing the following details: The syntax, using standard code conventionsA list of arguments accepted by the function or procedure, if any existA description of the data returned by a functionA discussion of how and where the keyword should be used within the scripting environmentA section of notes and solutions to real-world gotchas, and various undocumented behaviors and aspects of the language that help the reader avoid potential problemsA section that focuses on the differences between the language element in VBA and in VBScriptA brief example to illustrate the use of the keywordSupplementing this focus on VBScript language essentials is a wealth of additional information about VBScript, including: Basic language information on VBScript data types, constants, variables, and arraysThe difference between VBScript and VBA or JavaScriptThe use of the MSIE, Active Server, Outlook, and Windows Script Host object models to interface a script with the application it's controllingTables listing VBScript functions and statements by categoryThe version-specific features of VBScriptRegardless of the types of scripts you're using VBScript to create, "VBScript in a Nutshell" is the only book you'll need by your side--a complete and easy-to-use language reference., Microsoft's Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side Internet applications (i.e., Active Server Pages), and client-side web pages. It can also be used for system scripting (i.e., Windows Script Host scripts) and programming Outlook forms.The greater part of this book is an alphabetical VBScript language reference to all VBScript statements, keywords and objects, emphasizing the following details: The syntax, using standard code conventions A list of arguments accepted by the function or procedure, if any exist A description of the data returned by a function A discussion of how and where the keyword should be used within the scripting environment A section of notes and solutions to real-world gotchas, and various undocumented behaviors and aspects of the language that help the reader avoid potential problems A section that focuses on the differences between the language element in VBA and in VBScript A brief example to illustrate the use of the keyword Supplementing this focus on VBScript language essentials is a wealth of additional information about VBScript, including: Basic language information on VBScript data types, constants, variables, and arrays The difference between VBScript and VBA or JavaScript The use of the MSIE, Active Server, Outlook, and Windows Script Host object models to interface a script with the application it's controlling Tables listing VBScript functions and statements by category The version-specific features of VBScript Regardless of the types of scripts you're using VBScript to create, VBScript in a Nutshell is the only book you'll need by your side--a complete and easy-to-use language reference., Whether the VBScript programmer is creating client-side scripts, ASP applications, VSH scripts, or programmable Outlook forms, this easy-to-use language reference is the one book that can meet all needs. Instead of rehashing Visual Basic, this guide focuses on VBScript itself--the variables, data types, functions, and components.
LC Classification Number
QA76.73.V27C48 2000

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

ThriftBooks

98,9% positive Bewertungen19.7 Mio. Artikel verkauft

Mitglied seit Mär 2015
Angemeldet als gewerblicher Verkäufer
Just Voted on Newsweek - ThriftBooks ranks #1 America's Best Online Shops 2025 in Office, Electronics & Media sector, Media category!!ThriftBooks is a fully independent seller of used books, having ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (5'694'587)

Alle Bewertungen
Positiv
Neutral
Negativ
    • e***s (118)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      Book arrived in as advertised condition!
    Alle Bewertungen ansehen