|
VBScript Sub Procedures ... Example (IE Only) ... VB HOME; VB Introduction; VB How to; VB Where to; VB Variables; VB Procedures; VB Conditional; VB Looping; VB Summary;
|
www.w3schools.com/Vbscript/vbscript_procedures.asp
www.w3schools.com/Vbscript/vbscript_procedures.asp
|
|
|
|
Last time, we looked at arrays, and as promised, this week we’ll check out functions and sub procedures. First of all, let’s take a look at sub procedures. ... To show the values in between, we’re going to call in help from a debugging tool within VB (I’ll discuss debugging in a few weeks), the Immediate Window.
|
www.2000trainers.com/visual-basic/vb-functions-subproce...
www.2000trainers.com/visual-basic/vb-functions-subprocedures/
|
|
|
The topics in this section contain tables of the Visual Basic run-time member functions. ... Conversion Functions (Visual Basic) ... Type Conversion Functions...
|
msdn.microsoft.com/en-us/library/32s6akha.aspx
|
|
What are functions and how do I use them? ... Functions are similar to procedures but always return a value of some sort. If a procedure does not return a value then it can just be called, but with functions the value passed back must be handled some how.
|
www.cet.sunderland.ac.uk/cbowww/RAD/RLWWeb/VB50/HTML/fu...
www.cet.sunderland.ac.uk/cbowww/RAD/RLWWeb/VB50/HTML/functions.html
|
|
Features; Knowledge Base; Tutorials; Partners; ZVON.ORG; XML; Planet Source Code; VisualBuilder; Web Design; Your HTML Source; XML/XSLT Forums; ASPAlliance; Scripts; Programmers Heaven; ... Tek-Tips Forums; Developer Fusion; Code Project; ... Netscape Only Feature...
|
www.devguru.com/Technologies/vbscript/quickref/function...
www.devguru.com/Technologies/vbscript/quickref/functions.html
|
|
Access VB function examples. VB Functions from A to Z programming syntax usuage descriptions and examples. ... VB Functions for Access ... VB Derived Math Functions...
|
www.blueclaw-db.com/visual-basic-function/vb-functions....
www.blueclaw-db.com/visual-basic-function/vb-functions.htm
|
|
Homepage Roman Koch. Artikel und Tools zum Thema Internet und Computer. ... Download STRFUN.BAS and copy the functions into a VBA or VB module. Note that some of the functions use other functions from the library, so you should always use the complete set of functions.
|
www.romankoch.ch/capslock/strfun.htm
|
|
This lesson is part of an ongoing tutorial. The first part is here: Create your own Subs in VB .NET ... In the next part, we'll see how to use Parameters with Functions.
|
www.homeandlearn.co.uk/net/nets9p5.html
|
|
Methods Sub Procedures and Functions in VB .NET. ... There are two types of methods in VB .NET: those that return a value (Functions) and those that do not return a value (Sub Procedures). Both of them are discussed below.
|
www.startvbdotnet.com/language/methods.aspx
|
|