About 4,080,000 results
Open links in new tab
  1. Function Statement - Visual Basic | Microsoft Learn

    Sep 14, 2021 · The following example uses the Function statement to declare the name, parameters, and code that form the body of a Function procedure. The ParamArray modifier …

  2. VB.NET Functions Overview - Online Tutorials Library

    VB.NET Functions Overview - Learn about functions in VB.NET, including how to create, call, and use them effectively in your applications.

  3. Procedures & functions in Visual Basic - ZetCode

    Oct 18, 2023 · In this part of the tutorial, you will learn Visual Basic procedures & functions. We use procedures and functions to create modular programs. Visual Basic statements are …

  4. VB.NET - Functions and Subs | vb-net Tutorial

    In VB.NET, a function is a separate group of codes used to perform a specific task when the defined function is called in a program. When the Function procedure returns to the calling …

  5. Lesson 14 : Functions and Sub Procedure - Visual Basic Tutorial

    Feb 14, 2025 · To create a function that is applicable to a module or a sub procedure, you must use the keyword Private, the syntax is as follows: Private Function functionName(Arg As …

  6. Functions in VB.net - Definition of Functions in VB.net

    Jun 29, 2022 · The functions in VB.net is a separate group of codes that are used to perform a specific task when the defined function is called in a program. After the execution of a function …

  7. Functions in Visual Basic .NET | Learn X By Example

    Functions are central in Visual Basic .NET. We’ll learn about functions with a few different examples. ' their sum as an Integer. Function Plus(a As Integer, b As Integer) As Integer ' …

  8. Functions - Visual Basic | Microsoft Learn

    Sep 15, 2021 · The topics in this section contain tables of the Visual Basic run-time member functions. Note. You can also create functions and call them. For more information, see …

  9. VB.NET Functions - CodersLegacy

    A function is a reusable block of code that runs only when called. Functions saves time, increase re-usability and makes your code simpler to read. Functions make use of arguments and …

  10. Programming with Visual Basic - Visual Basic's Built-in Functions

    Visual Basic has many built-in functions for manipulating text and carrying out mathematical operations, as well as the ability to format data in both standard and user-defined styles.

Refresh