User Tools

Site Tools

한국어

cubloc:array_and_constants:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cubloc:array_and_constants:index [2023/07/06 05:28]
COMFILE Technology [Arrays]
cubloc:array_and_constants:index [2023/07/06 05:29] (current)
COMFILE Technology [Arrays]
Line 1: Line 1:
 ====== Arrays ====== ====== Arrays ======
  
-Cubloc BASIC supports arrays of up to 2 dimensions. Each dimension can contain up to 999 items. String Array doen'​t ​supported.+Cubloc BASIC supports arrays of up to 2 dimensions. Each dimension can contain up to 999 items. String Array not supported.
  
 <code xbasic> <code xbasic>
Line 8: Line 8:
 Dim C(200) As Long          ' Declare an array of 200 Longs Dim C(200) As Long          ' Declare an array of 200 Longs
 Dim D(20,10) As Single ​     ' 2-dimensional Single array (20 x 10) Dim D(20,10) As Single ​     ' 2-dimensional Single array (20 x 10)
-Dim ST1(10) As String * 12  ' Caution : String array doen't support 
 </​code>​ </​code>​
  
cubloc/array_and_constants/index.1688588898.txt.gz · Last modified: 2023/07/06 05:28 by COMFILE Technology