ArrayInitialized
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 01:04 PM

Syntax

Public Sub ArrayInitialized(ary() As Variant, value As Variant)

Description

This sub procedure is used to initializes an array by a given value.

Parameters

Key Description 
ary   Array to initialized, value of type Variant.
value Value to set as all array elements,value of type Variant.

Return value

No returned value.

Sample

 Public Sub main ()

 Dim Arr (5)

 ArrayInitialized Arr, 0

 End sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions