About 3,300,000 results
Open links in new tab
  1. String Manipulation Summary - Visual Basic | Microsoft Learn

    Sep 15, 2021 · Visual Basic language keywords and run-time library members are organized by purpose and use.

  2. Strings in Visual Basic - ZetCode

    Oct 18, 2023 · A string is a sequences of unsigned 16-bit code points that range in value from 0 through 65535. First example A string literal is the notation for representing a string value within the text of a …

  3. Strings Class (Microsoft.VisualBasic) | Microsoft Learn

    The Strings module contains procedures used to perform string operations.

  4. Function Statement - Visual Basic | Microsoft Learn

    Sep 15, 2021 · Visual Basic sometimes rearranges arithmetic expressions to increase internal efficiency. For that reason, you shouldn't use a Function procedure in an arithmetic expression when the …

  5. Fonctions de chaîne - Visual Basic | Microsoft Learn

    Le tableau suivant répertorie les fonctions que Visual Basic fournit dans la Microsoft.VisualBasic.Strings classe pour rechercher et manipuler des chaînes. Elles peuvent être considérées comme des …

  6. Expression examples in Report Builder paginated reports

    Visual Basic functions You can use Visual Basic functions to manipulate the data that displays in text boxes or your parameters, properties, or other areas of your report. This section provides examples …

  7. std::basic_string - cppreference.com

    Apr 27, 2025 · Iterator invalidation References, pointers, and iterators referring to the elements of a basic_string may be invalidated by any standard library function taking a reference to non-const …

  8. Visual Basic String Functions - program-info.net

    Visual Basic String Functions Visual Basic String Functions

  9. Arrays - Visual Basic | Microsoft Learn

    Sep 10, 2022 · When you use Visual Basic syntax to define the size of an array, you specify its highest index, not the total number of elements in the array. You can work with the array as a unit, and the …

  10. InStr function (Visual Basic for Applications) | Microsoft Learn

    Mar 30, 2022 · Example This example uses the InStr function to return the position of the first occurrence of one string within another.