Array methods

These methods are used to manipulate variables of an ARRAY data type.  

Array methods  are invoked in this way:

DEFINE ar ARRAY OF CHAR(15)

CALL ar.<Method>(<parameters>)

Available methods

clear()

sets all the elements to their initial value

getLength()

returns the length of a single-dimensional array

join()

concatenates all the elements of an array into a string

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.