Working with Pointer Arrays
/documentation/pages/Guides/Desktop/Xdialog/Working with Pointer Arrays.xml
Pointer arrays (also called "property arrays") allow you to represent "multi-columned" data in an array. For example, for a customer, you have information about the customer's name, address, phone number etc.
Working with .Net Arrays
/documentation/pages/Guides/Xbasic/Other Xbasic Topics/Working with dotNet Arrays.xml
Arrays in Xbasic use one-based indexing. In other programming languages, arrays are zero-indexed. In this guide, you will learn how to work with .Net arrays in Xbasic.
Creating .NET Arrays in Xbasic
/documentation/pages/Guides/Dotnet Integration/Arrays/index.xml
This section discusses creating .Net Array objects from Xbasic.
Xbasic Arrays
/documentation/pages/Ref/Xbasic/Xbasic_Arrays.xml
To store a series of data values of the same data type together under the same variable name, declare the variable as an array. Arrays are useful for collecting and processing lists of information. They must be explicitly defined with the *[xb:DIM]* statement before they are used. The declaration must include the Array Size which is the maximum number of data elements the array will contain.
Iterating Through Arrays, Collections, and Lists
/documentation/pages/Ref/Api/Functions/Data Type/Array Functions/Iterating Through Arrays, Collections, and Lists.xml
You will frequently find yourself working with groups of data elements outside of a table. Xbasic provides tools for working with data in three formats:
Arrays, Object Pointer Varialbes, and Collections
/documentation/pages/Guides/Xbasic/An introduction to Xbasic/arraysObjectPointersCollections.xml
Using Events to Modify Arrays used in Dialog Box Controls
/documentation/pages/Guides/Desktop/Xdialog/Using Events to Modify Arrays used in Dialog Box Controls.xml
The following example displays a dialog with two list boxes, 'AvailableCities' and 'SelectedCities'. The buttons on the dialog allow the user to select from the list of available cities and place them in the selected cities list. The Up and Down buttons allow the user to change the order of the cities in the list.
List Control and Data Series - Using Argument Arrays in SQL Queries
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/Using Argument Arrays in SQL Queries.xml
You can use an IN clause with an argument array in the SQL query for a Data Series or List Control.
array append_arrays Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/append_arrays Method.xml

Appends one or more arrays to an array.

Array append_arrays_filtered Method
/documentation/pages/Ref/Api/Objects/Data Types/Array/append_arrays_filtered Method.xml
Appends one or more filtered arrays to an array.