Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
176 Chapter 5 • .NET Programming Fundamentals
propagate the change to your entire application. Here are some examples of
declaring constants:
Const X As Integer = 5
Const str As String = "Company Name"
Const X As Double = 0.12
Structures
A structure allows you to create your own custom data types.A structure contains
one or more members that can be of the same or different data types. Each
member in a structure has a name, which allows you to reference the members
individually by name even though the structure as a whole is considered a single
entity. In previous versions of Visual Basic, structures were implemented using the
Type keyword. In Visual Basic ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480