UBound functionReturns a Long data whose value is the maximum subscript available for the specified array dimension.
Grammar
UBound (arrayname[, Dimension])The syntax for the UBound function contains the following sections:
Partial
UBound function
Returns the maximum number of available subscripts for the specified array dimension.
UBound(arrayname[, dimension])
Parameters
Arrayname
Required option. The name of the array variable, followed by the standard variable naming
Ubound Function
Returns the maximum available subscript of the specified array dimension.
Ubound (Arrayname [, dimension])Parameters
Arrayname
Required. The array variable name follows the naming conventions of standard variables.
Dimension
visual| function 1.Split (a string expression that contains substrings and delimiters, [delimiter],[the number of substrings to be returned],[numeric value representing the comparison method to use when distinguishing substrings]), and [] is an
ASP array is a good container for loading large amounts of data.1 Define an array There are two methods: DIM and REDIM.DIM defines arrays of fixed numbers and data types, while REDIM defines different types of data, or the number is not fixed.
A defines an array
There are two methods: dim and redim.
Dim defines arrays of fixed numbers and data types, while redim defines different types of data, or the number is not fixed. Compare the following examples. Examples:
Program
Code
Dim
Title: Lotus Notes common development methods1. About appenditemvalue
Try the following simple example:
Dim ws as new notesuiworkspace
Dim uidoc as notesuidocument
Dim doc as notesdocument
Set uidoc = ws. currentdocument
Set
ASP array is a good container for loading large amounts of data. 1 Define an array There are two methods: dim and redim. Dim defines arrays of fixed numbers and data types, while redim defines different types of data, or the number is not fixed.
An array is a collection of ordered data. Elements in an array may not belong to the same data type. Using a uniform array name and subscript to uniquely determine an element in an array, changing one of the elements does not affect other elements.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.