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

Syntax

Public Sub ArrayFree(ary() As Variant)

Description

This sub procedure is used to erase a given array especially if you are using dynamic arrays. 

Parameters

Key Description 
ary   Array to erase, value of type variant.

Return value

No returned value.

Sample

 Public Sub main ()

 Dim Arr

 CopyHigh 0, 10, 20, Arr

 ArrayFree Arr

 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