Loading...
 

GetVector

GetVector

GetVector

Stack
Stack Position Description
Stack(In) Top a collection
Stack(Out) Top a vector

creates a vector whose elements are the elements of the collection

GetVector(access expression)

Parameter: an access printout

Stack
Stack Position Description
Stack(In) Top one object
Stack(Out) Top a vector

If the access expression specified as a parameter (starting from the object on the stack top) leads to a collection, a vector is created whose elements are the elements of the collection.

GetVector

Stack
Stack Position Description
Stack(In) Top a character string
Stack(Out) Top a vector from the individual characters

creates a vector whose elements are the characters (as INTEGER ). See also the statement StringVector.

GetVector

Note: Instead of this usage type CreateVector should be used

Stack
Stack Position Description
Stack(In) Top integer n
Stack(Out) Top a vector

creates an empty vector in which memory is allocated for n elements. With Insert elements can be inserted into such a vector.

Related topics