Basic/data/HELP/DIM
2014-04-30 20:24:00 +02:00

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