19 lines
187 B
Plaintext
19 lines
187 B
Plaintext
DIM-Variablenfunktion
|
|
|
|
Syntax:
|
|
DIM a(expr,expr,expr)
|
|
|
|
Array-Feld
|
|
dimensionieren.
|
|
Bis zu 3 Dimensionen
|
|
sind moeglich.
|
|
|
|
Bsp.:
|
|
DIM a(20)
|
|
oder
|
|
DIM g(12,8)
|
|
oder
|
|
DIM i(7,7,7)
|
|
|
|
siehe Handbuch
|