Const Record

jomixl
Benutzer
Avatar
Gender:
Posts: 225
Registered: 02 / 2008
Subject:

Const Record

 · 
Posted: 22.07.2015 - 14:31  ·  #1
Hallo zusammen,
ich hab ein array[0..15,0..31] of Byte als const Tabelle im Flash.
Ich würde jetzt aber gerne ein Struktur darüber legen um den Zugriff zu vereinfachen.

z.B.
const
VTab : array[0..31, 0..15] of byte =((....),(...));

VDef[@VTab] : array[0.31] of tVDef;


mach ich da was falsch oder kann das der Compiler nicht?

Grüße Joachim
rh
Administrator
Avatar
Gender:
Location: Germany
Age: 24
Homepage: e-lab.de
Posts: 5558
Registered: 03 / 2002
Subject:

Re: Const Record

 · 
Posted: 22.07.2015 - 18:48  ·  #2
Hallo,
so sollte es tun:
Code
structconst
VTab : array[0..3] of byte =(0, 1, 2, 3);

var
VDef[@VTab] : array[0..1] of word;

rolf
jomixl
Benutzer
Avatar
Gender:
Posts: 225
Registered: 02 / 2008
Subject:

Re: Const Record

 · 
Posted: 23.07.2015 - 08:13  ·  #3
... das bedeuted dass das nur im Ram funktioniert ...

danke
joachim
Selected quotes for multi-quoting:   0

Registered users in this topic

Currently no registered users in this section

The statistic shows who was online during the last 5 minutes. Updated every 90 seconds.
MySQL Queries: 15 · Cache Hits: 14   66   80 · Page-Gen-Time: 0.031265s · Memory Usage: 2 MB · GZIP: on · Viewport: SMXL-HiDPI